INPUT_OBJECT
IntegrationAircraftDocumentInput
link GraphQL Schema definition
- input IntegrationAircraftDocumentInput {
- # Aircraft registration
- # Possible violation list: IS_NOT_SOME_ERROR
- AircraftRegistrationOptionScalar! :
- # Document name
- # Possible violation list: IS_NOT_SOME_ERROR
- AircraftDocumentNameOption! :
- String :
- # Document date of issue
- Date :
- # Document expiration date
- Date :
- # Document never expire
- Boolean! :
- String :
- # Files will be added to the document
- Upload!]! : [
- }