7983-testToMaster_2438 #2977
|
@ -73,12 +73,11 @@ module.exports = Self => {
|
|||
description: 'The continent code'
|
||||
}, {
|
||||
arg: 'shipmentHour',
|
||||
type: 'time',
|
||||
type: 'string',
|
||||
description: 'The shipment hour'
|
||||
},
|
||||
{
|
||||
}, {
|
||||
arg: 'landingHour',
|
||||
type: 'time',
|
||||
type: 'string',
|
||||
description: 'The landing hour'
|
||||
}
|
||||
],
|
||||
|
|
|
@ -50,7 +50,8 @@
|
|||
},
|
||||
"landingHour": {
|
||||
"type": "string"
|
||||
},
|
||||
}
|
||||
},
|
||||
"relations": {
|
||||
"agency": {
|
||||
"type": "belongsTo",
|
||||
|
@ -69,4 +70,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue