Update dimensionsAndLoad box properties

urls
Max Ehrlicher-Schmidt 4 years ago
parent afe76781db
commit f34717a0dd

@ -33,9 +33,12 @@ fragment CargoBikeFieldsForTable on CargoBike {
bikeLength bikeLength
bikeWeight bikeWeight
bikeWidth bikeWidth
boxHeight minBoxHeight
boxLength maxBoxHeight
boxWidth minBoxLength
maxBoxLength
minBoxWidth
maxBoxWidth
hasCoverBox hasCoverBox
lockable lockable
maxWeightBox maxWeightBox

@ -27,8 +27,14 @@ export class BikeComponent implements OnInit {
dataPath: 'insuranceData.billing', dataPath: 'insuranceData.billing',
translation: 'Versicherung Abrechnung', translation: 'Versicherung Abrechnung',
}, },
{ dataPath: 'insuranceData.hasFixedRate', translation: 'Pauschale j/n' }, {
{ dataPath: 'insuranceData.fixedRate', translation: 'Pauschale Betrag' }, dataPath: 'insuranceData.hasFixedRate',
translation: 'Pauschale j/n',
},
{
dataPath: 'insuranceData.fixedRate',
translation: 'Pauschale Betrag',
},
{ dataPath: 'insuranceData.name', translation: 'Versicherer' }, { dataPath: 'insuranceData.name', translation: 'Versicherer' },
{ dataPath: 'insuranceData.benefactor', translation: 'Kostenträger' }, { dataPath: 'insuranceData.benefactor', translation: 'Kostenträger' },
{ dataPath: 'insuranceData.noPnP', translation: 'Nr. P&P' }, { dataPath: 'insuranceData.noPnP', translation: 'Nr. P&P' },
@ -59,14 +65,38 @@ export class BikeComponent implements OnInit {
{ dataPath: 'dimensionsAndLoad.bikeWeight', translation: 'Gewicht' }, { dataPath: 'dimensionsAndLoad.bikeWeight', translation: 'Gewicht' },
{ dataPath: 'dimensionsAndLoad.bikeHeight', translation: 'Höhe' }, { dataPath: 'dimensionsAndLoad.bikeHeight', translation: 'Höhe' },
{ dataPath: 'dimensionsAndLoad.bikeWidth', translation: 'Breite' }, { dataPath: 'dimensionsAndLoad.bikeWidth', translation: 'Breite' },
{ dataPath: 'dimensionsAndLoad.boxHeight', translation: 'Boxhöhe' }, {
{ dataPath: 'dimensionsAndLoad.boxLength', translation: 'Boxlänge' }, dataPath: 'dimensionsAndLoad.minBoxHeight',
{ dataPath: 'dimensionsAndLoad.boxWidth', translation: 'Boxbreite' }, translation: 'Boxhöhe min',
},
{
dataPath: 'dimensionsAndLoad.maxBoxHeight',
translation: 'Boxhöhe max',
},
{
dataPath: 'dimensionsAndLoad.minBoxLength',
translation: 'Boxlänge min',
},
{
dataPath: 'dimensionsAndLoad.maxBoxLength',
translation: 'Boxlänge max',
},
{
dataPath: 'dimensionsAndLoad.minBoxWidth',
translation: 'Boxbreite min',
},
{
dataPath: 'dimensionsAndLoad.maxBoxWidth',
translation: 'Boxbreite max',
},
{ {
dataPath: 'dimensionsAndLoad.hasCoverBox', dataPath: 'dimensionsAndLoad.hasCoverBox',
translation: 'Boxabdeckung j/n', translation: 'Boxabdeckung j/n',
}, },
{ dataPath: 'dimensionsAndLoad.lockable', translation: 'Box abschließbar' }, {
dataPath: 'dimensionsAndLoad.lockable',
translation: 'Box abschließbar',
},
{ {
dataPath: 'dimensionsAndLoad.maxWeightBox', dataPath: 'dimensionsAndLoad.maxWeightBox',
translation: 'max Zuladung Box', translation: 'max Zuladung Box',
@ -106,7 +136,10 @@ export class BikeComponent implements OnInit {
type: 'Group', type: 'Group',
title: 'Ausstattung', title: 'Ausstattung',
properties: [ properties: [
{ dataPath: 'technicalEquipment.bicycleShift', translation: 'Schaltung' }, {
dataPath: 'technicalEquipment.bicycleShift',
translation: 'Schaltung',
},
{ dataPath: 'technicalEquipment.isEBike', translation: 'E-Bike j/n' }, { dataPath: 'technicalEquipment.isEBike', translation: 'E-Bike j/n' },
{ {
dataPath: 'technicalEquipment.hasLightSystem', dataPath: 'technicalEquipment.hasLightSystem',
@ -140,7 +173,10 @@ export class BikeComponent implements OnInit {
{ dataPath: 'provider.privatePerson.id', translation: '' }, { dataPath: 'provider.privatePerson.id', translation: '' },
{ dataPath: 'provider.privatePerson.person.id', translation: '' }, { dataPath: 'provider.privatePerson.person.id', translation: '' },
{ dataPath: 'provider.privatePerson.person.name', translation: '' }, { dataPath: 'provider.privatePerson.person.name', translation: '' },
{ dataPath: 'provider.privatePerson.person.firstName', translation: '' }, {
dataPath: 'provider.privatePerson.person.firstName',
translation: '',
},
{ {
dataPath: 'provider.privatePerson.person.contactInformation.email', dataPath: 'provider.privatePerson.person.contactInformation.email',
translation: '', translation: '',
@ -163,9 +199,14 @@ export class BikeComponent implements OnInit {
title: 'Equipmenttypen', title: 'Equipmenttypen',
dataPath: 'equipmentType', dataPath: 'equipmentType',
dataService: null, dataService: null,
columnInfo: [{dataPath: 'name', translation: "Name"}, {dataPath: 'description', translation: "Beschreibung"}], columnInfo: [
nameToShowInSelection: (element) => {return element.name}, { dataPath: 'name', translation: 'Name' },
propertyNameOfUpdateInput: "equipmentTypeIds" { dataPath: 'description', translation: 'Beschreibung' },
],
nameToShowInSelection: (element) => {
return element.name;
},
propertyNameOfUpdateInput: 'equipmentTypeIds',
}, },
]; ];

@ -49,9 +49,12 @@ export class BikesComponent implements OnInit {
{ dataPath: 'dimensionsAndLoad.bikeWeight', translation: 'Gewicht' }, { dataPath: 'dimensionsAndLoad.bikeWeight', translation: 'Gewicht' },
{ dataPath: 'dimensionsAndLoad.bikeHeight', translation: 'Höhe' }, { dataPath: 'dimensionsAndLoad.bikeHeight', translation: 'Höhe' },
{ dataPath: 'dimensionsAndLoad.bikeWidth', translation: 'Breite' }, { dataPath: 'dimensionsAndLoad.bikeWidth', translation: 'Breite' },
{ dataPath: 'dimensionsAndLoad.boxHeight', translation: 'Boxhöhe' }, { dataPath: 'dimensionsAndLoad.minBoxHeight', translation: 'Boxhöhe min' },
{ dataPath: 'dimensionsAndLoad.boxLength', translation: 'Boxlänge' }, { dataPath: 'dimensionsAndLoad.maxBoxHeight', translation: 'Boxhöhe max' },
{ dataPath: 'dimensionsAndLoad.boxWidth', translation: 'Boxbreite' }, { dataPath: 'dimensionsAndLoad.minBoxLength', translation: 'Boxlänge min' },
{ dataPath: 'dimensionsAndLoad.maxBoxLength', translation: 'Boxlänge max' },
{ dataPath: 'dimensionsAndLoad.minBoxWidth', translation: 'Boxbreite min' },
{ dataPath: 'dimensionsAndLoad.maxBoxWidth', translation: 'Boxbreite max' },
{ {
dataPath: 'dimensionsAndLoad.hasCoverBox', dataPath: 'dimensionsAndLoad.hasCoverBox',
translation: 'Boxabdeckung j/n', translation: 'Boxabdeckung j/n',

@ -707,7 +707,7 @@
}, },
{ {
"name": "equipmentIds", "name": "equipmentIds",
"description": "Refers to unique equipment\nWhen set to null or [], no relations will be added.", "description": "Refers to unique equipment\nWhen set to null or [], no relations will be added.\nWhen specified id is in a relation with another bike, this relation will be deleted.",
"type": { "type": {
"kind": "LIST", "kind": "LIST",
"name": null, "name": null,
@ -918,7 +918,7 @@
}, },
{ {
"name": "equipmentIds", "name": "equipmentIds",
"description": "Refers to unique equipment\nWhen set to null, field will be ignored.\nWhen set to [], all relations will be deleted.\nElse all realtions will be deleted and the specified relations will be added.", "description": "Refers to unique equipment\nWhen set to null, field will be ignored.\nWhen set to [], all relations will be deleted.\nElse all realtions will be deleted and the specified relations will be added.\nWhen specified id is in a relation with another bike, this relation will be deleted.",
"type": { "type": {
"kind": "LIST", "kind": "LIST",
"name": null, "name": null,
@ -1484,49 +1484,73 @@
"deprecationReason": null "deprecationReason": null
}, },
{ {
"name": "boxLength", "name": "minBoxLength",
"description": null, "description": null,
"args": [], "args": [],
"type": { "type": {
"kind": "NON_NULL", "kind": "SCALAR",
"name": null, "name": "Float",
"ofType": { "ofType": null
"kind": "SCALAR",
"name": "Float",
"ofType": null
}
}, },
"isDeprecated": false, "isDeprecated": false,
"deprecationReason": null "deprecationReason": null
}, },
{ {
"name": "boxWidth", "name": "maxBoxLength",
"description": null, "description": null,
"args": [], "args": [],
"type": { "type": {
"kind": "NON_NULL", "kind": "SCALAR",
"name": null, "name": "Float",
"ofType": { "ofType": null
"kind": "SCALAR",
"name": "Float",
"ofType": null
}
}, },
"isDeprecated": false, "isDeprecated": false,
"deprecationReason": null "deprecationReason": null
}, },
{ {
"name": "boxHeight", "name": "minBoxWidth",
"description": null, "description": null,
"args": [], "args": [],
"type": { "type": {
"kind": "NON_NULL", "kind": "SCALAR",
"name": null, "name": "Float",
"ofType": { "ofType": null
"kind": "SCALAR", },
"name": "Float", "isDeprecated": false,
"ofType": null "deprecationReason": null
} },
{
"name": "maxBoxWidth",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Float",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "minBoxHeight",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Float",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "maxBoxHeight",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Float",
"ofType": null
}, },
"isDeprecated": false, "isDeprecated": false,
"deprecationReason": null "deprecationReason": null
@ -1536,13 +1560,9 @@
"description": null, "description": null,
"args": [], "args": [],
"type": { "type": {
"kind": "NON_NULL", "kind": "SCALAR",
"name": null, "name": "Float",
"ofType": { "ofType": null
"kind": "SCALAR",
"name": "Float",
"ofType": null
}
}, },
"isDeprecated": false, "isDeprecated": false,
"deprecationReason": null "deprecationReason": null
@ -1552,13 +1572,9 @@
"description": null, "description": null,
"args": [], "args": [],
"type": { "type": {
"kind": "NON_NULL", "kind": "SCALAR",
"name": null, "name": "Float",
"ofType": { "ofType": null
"kind": "SCALAR",
"name": "Float",
"ofType": null
}
}, },
"isDeprecated": false, "isDeprecated": false,
"deprecationReason": null "deprecationReason": null
@ -1568,13 +1584,9 @@
"description": null, "description": null,
"args": [], "args": [],
"type": { "type": {
"kind": "NON_NULL", "kind": "SCALAR",
"name": null, "name": "Float",
"ofType": { "ofType": null
"kind": "SCALAR",
"name": "Float",
"ofType": null
}
}, },
"isDeprecated": false, "isDeprecated": false,
"deprecationReason": null "deprecationReason": null
@ -1584,13 +1596,9 @@
"description": null, "description": null,
"args": [], "args": [],
"type": { "type": {
"kind": "NON_NULL", "kind": "SCALAR",
"name": null, "name": "Float",
"ofType": { "ofType": null
"kind": "SCALAR",
"name": "Float",
"ofType": null
}
}, },
"isDeprecated": false, "isDeprecated": false,
"deprecationReason": null "deprecationReason": null
@ -1672,44 +1680,62 @@
"defaultValue": null "defaultValue": null
}, },
{ {
"name": "boxLength", "name": "minBoxLength",
"description": null, "description": null,
"type": { "type": {
"kind": "NON_NULL", "kind": "SCALAR",
"name": null, "name": "Float",
"ofType": { "ofType": null
"kind": "SCALAR",
"name": "Float",
"ofType": null
}
}, },
"defaultValue": null "defaultValue": null
}, },
{ {
"name": "boxWidth", "name": "maxBoxLength",
"description": null, "description": null,
"type": { "type": {
"kind": "NON_NULL", "kind": "SCALAR",
"name": null, "name": "Float",
"ofType": { "ofType": null
"kind": "SCALAR",
"name": "Float",
"ofType": null
}
}, },
"defaultValue": null "defaultValue": null
}, },
{ {
"name": "boxHeight", "name": "minBoxWidth",
"description": null, "description": null,
"type": { "type": {
"kind": "NON_NULL", "kind": "SCALAR",
"name": null, "name": "Float",
"ofType": { "ofType": null
"kind": "SCALAR", },
"name": "Float", "defaultValue": null
"ofType": null },
} {
"name": "maxBoxWidth",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Float",
"ofType": null
},
"defaultValue": null
},
{
"name": "minBoxHeight",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Float",
"ofType": null
},
"defaultValue": null
},
{
"name": "maxBoxHeight",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Float",
"ofType": null
}, },
"defaultValue": null "defaultValue": null
}, },
@ -1717,13 +1743,9 @@
"name": "maxWeightBox", "name": "maxWeightBox",
"description": null, "description": null,
"type": { "type": {
"kind": "NON_NULL", "kind": "SCALAR",
"name": null, "name": "Float",
"ofType": { "ofType": null
"kind": "SCALAR",
"name": "Float",
"ofType": null
}
}, },
"defaultValue": null "defaultValue": null
}, },
@ -1731,13 +1753,9 @@
"name": "maxWeightLuggageRack", "name": "maxWeightLuggageRack",
"description": null, "description": null,
"type": { "type": {
"kind": "NON_NULL", "kind": "SCALAR",
"name": null, "name": "Float",
"ofType": { "ofType": null
"kind": "SCALAR",
"name": "Float",
"ofType": null
}
}, },
"defaultValue": null "defaultValue": null
}, },
@ -1745,13 +1763,9 @@
"name": "maxWeightTotal", "name": "maxWeightTotal",
"description": null, "description": null,
"type": { "type": {
"kind": "NON_NULL", "kind": "SCALAR",
"name": null, "name": "Float",
"ofType": { "ofType": null
"kind": "SCALAR",
"name": "Float",
"ofType": null
}
}, },
"defaultValue": null "defaultValue": null
}, },
@ -1759,13 +1773,9 @@
"name": "bikeLength", "name": "bikeLength",
"description": null, "description": null,
"type": { "type": {
"kind": "NON_NULL", "kind": "SCALAR",
"name": null, "name": "Float",
"ofType": { "ofType": null
"kind": "SCALAR",
"name": "Float",
"ofType": null
}
}, },
"defaultValue": null "defaultValue": null
}, },
@ -1831,7 +1841,37 @@
"defaultValue": null "defaultValue": null
}, },
{ {
"name": "boxLength", "name": "minBoxLength",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Float",
"ofType": null
},
"defaultValue": null
},
{
"name": "maxBoxLength",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Float",
"ofType": null
},
"defaultValue": null
},
{
"name": "minBoxWidth",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Float",
"ofType": null
},
"defaultValue": null
},
{
"name": "maxBoxWidth",
"description": null, "description": null,
"type": { "type": {
"kind": "SCALAR", "kind": "SCALAR",
@ -1841,7 +1881,7 @@
"defaultValue": null "defaultValue": null
}, },
{ {
"name": "boxWidth", "name": "minBoxHeight",
"description": null, "description": null,
"type": { "type": {
"kind": "SCALAR", "kind": "SCALAR",
@ -1851,7 +1891,7 @@
"defaultValue": null "defaultValue": null
}, },
{ {
"name": "boxHeight", "name": "maxBoxHeight",
"description": null, "description": null,
"type": { "type": {
"kind": "SCALAR", "kind": "SCALAR",

@ -123,6 +123,7 @@ export type CargoBikeCreateInput = {
/** /**
* Refers to unique equipment * Refers to unique equipment
* When set to null or [], no relations will be added. * When set to null or [], no relations will be added.
* When specified id is in a relation with another bike, this relation will be deleted.
*/ */
equipmentIds?: Maybe<Array<Maybe<Scalars['ID']>>>; equipmentIds?: Maybe<Array<Maybe<Scalars['ID']>>>;
/** Sticker State */ /** Sticker State */
@ -162,6 +163,7 @@ export type CargoBikeUpdateInput = {
* When set to null, field will be ignored. * When set to null, field will be ignored.
* When set to [], all relations will be deleted. * When set to [], all relations will be deleted.
* Else all realtions will be deleted and the specified relations will be added. * Else all realtions will be deleted and the specified relations will be added.
* When specified id is in a relation with another bike, this relation will be deleted.
*/ */
equipmentIds?: Maybe<Array<Maybe<Scalars['ID']>>>; equipmentIds?: Maybe<Array<Maybe<Scalars['ID']>>>;
/** Sticker State */ /** Sticker State */
@ -253,13 +255,16 @@ export type DimensionsAndLoad = {
hasCoverBox: Scalars['Boolean']; hasCoverBox: Scalars['Boolean'];
/** cover box can be locked */ /** cover box can be locked */
lockable: Scalars['Boolean']; lockable: Scalars['Boolean'];
boxLength: Scalars['Float']; minBoxLength?: Maybe<Scalars['Float']>;
boxWidth: Scalars['Float']; maxBoxLength?: Maybe<Scalars['Float']>;
boxHeight: Scalars['Float']; minBoxWidth?: Maybe<Scalars['Float']>;
maxWeightBox: Scalars['Float']; maxBoxWidth?: Maybe<Scalars['Float']>;
maxWeightLuggageRack: Scalars['Float']; minBoxHeight?: Maybe<Scalars['Float']>;
maxWeightTotal: Scalars['Float']; maxBoxHeight?: Maybe<Scalars['Float']>;
bikeLength: Scalars['Float']; maxWeightBox?: Maybe<Scalars['Float']>;
maxWeightLuggageRack?: Maybe<Scalars['Float']>;
maxWeightTotal?: Maybe<Scalars['Float']>;
bikeLength?: Maybe<Scalars['Float']>;
bikeWidth?: Maybe<Scalars['Float']>; bikeWidth?: Maybe<Scalars['Float']>;
bikeHeight?: Maybe<Scalars['Float']>; bikeHeight?: Maybe<Scalars['Float']>;
bikeWeight?: Maybe<Scalars['Float']>; bikeWeight?: Maybe<Scalars['Float']>;
@ -268,13 +273,16 @@ export type DimensionsAndLoad = {
export type DimensionsAndLoadCreateInput = { export type DimensionsAndLoadCreateInput = {
hasCoverBox: Scalars['Boolean']; hasCoverBox: Scalars['Boolean'];
lockable: Scalars['Boolean']; lockable: Scalars['Boolean'];
boxLength: Scalars['Float']; minBoxLength?: Maybe<Scalars['Float']>;
boxWidth: Scalars['Float']; maxBoxLength?: Maybe<Scalars['Float']>;
boxHeight: Scalars['Float']; minBoxWidth?: Maybe<Scalars['Float']>;
maxWeightBox: Scalars['Float']; maxBoxWidth?: Maybe<Scalars['Float']>;
maxWeightLuggageRack: Scalars['Float']; minBoxHeight?: Maybe<Scalars['Float']>;
maxWeightTotal: Scalars['Float']; maxBoxHeight?: Maybe<Scalars['Float']>;
bikeLength: Scalars['Float']; maxWeightBox?: Maybe<Scalars['Float']>;
maxWeightLuggageRack?: Maybe<Scalars['Float']>;
maxWeightTotal?: Maybe<Scalars['Float']>;
bikeLength?: Maybe<Scalars['Float']>;
bikeWidth?: Maybe<Scalars['Float']>; bikeWidth?: Maybe<Scalars['Float']>;
bikeHeight?: Maybe<Scalars['Float']>; bikeHeight?: Maybe<Scalars['Float']>;
bikeWeight?: Maybe<Scalars['Float']>; bikeWeight?: Maybe<Scalars['Float']>;
@ -283,9 +291,12 @@ export type DimensionsAndLoadCreateInput = {
export type DimensionsAndLoadUpdateInput = { export type DimensionsAndLoadUpdateInput = {
hasCoverBox?: Maybe<Scalars['Boolean']>; hasCoverBox?: Maybe<Scalars['Boolean']>;
lockable?: Maybe<Scalars['Boolean']>; lockable?: Maybe<Scalars['Boolean']>;
boxLength?: Maybe<Scalars['Float']>; minBoxLength?: Maybe<Scalars['Float']>;
boxWidth?: Maybe<Scalars['Float']>; maxBoxLength?: Maybe<Scalars['Float']>;
boxHeight?: Maybe<Scalars['Float']>; minBoxWidth?: Maybe<Scalars['Float']>;
maxBoxWidth?: Maybe<Scalars['Float']>;
minBoxHeight?: Maybe<Scalars['Float']>;
maxBoxHeight?: Maybe<Scalars['Float']>;
maxWeightBox?: Maybe<Scalars['Float']>; maxWeightBox?: Maybe<Scalars['Float']>;
maxWeightLuggageRack?: Maybe<Scalars['Float']>; maxWeightLuggageRack?: Maybe<Scalars['Float']>;
maxWeightTotal?: Maybe<Scalars['Float']>; maxWeightTotal?: Maybe<Scalars['Float']>;
@ -1920,7 +1931,7 @@ export type CargoBikeFieldsForTableFragment = (
& Pick<InsuranceData, 'billing' | 'hasFixedRate' | 'name' | 'benefactor' | 'noPnP' | 'maintenanceResponsible' | 'maintenanceBenefactor' | 'maintenanceAgreement' | 'fixedRate' | 'projectAllowance' | 'notes'> & Pick<InsuranceData, 'billing' | 'hasFixedRate' | 'name' | 'benefactor' | 'noPnP' | 'maintenanceResponsible' | 'maintenanceBenefactor' | 'maintenanceAgreement' | 'fixedRate' | 'projectAllowance' | 'notes'>
), dimensionsAndLoad: ( ), dimensionsAndLoad: (
{ __typename?: 'DimensionsAndLoad' } { __typename?: 'DimensionsAndLoad' }
& Pick<DimensionsAndLoad, 'bikeLength' | 'bikeWeight' | 'bikeHeight' | 'bikeWidth' | 'boxHeight' | 'boxLength' | 'boxWidth' | 'hasCoverBox' | 'lockable' | 'maxWeightBox' | 'maxWeightLuggageRack' | 'maxWeightTotal'> & Pick<DimensionsAndLoad, 'bikeLength' | 'bikeWeight' | 'bikeHeight' | 'bikeWidth' | 'minBoxHeight' | 'maxBoxHeight' | 'minBoxLength' | 'maxBoxLength' | 'minBoxWidth' | 'maxBoxWidth' | 'hasCoverBox' | 'lockable' | 'maxWeightBox' | 'maxWeightLuggageRack' | 'maxWeightTotal'>
), security: ( ), security: (
{ __typename?: 'Security' } { __typename?: 'Security' }
& Pick<Security, 'frameNumber' | 'adfcCoding' | 'keyNumberAXAChain' | 'keyNumberFrameLock' | 'policeCoding'> & Pick<Security, 'frameNumber' | 'adfcCoding' | 'keyNumberAXAChain' | 'keyNumberFrameLock' | 'policeCoding'>
@ -2148,9 +2159,12 @@ export const CargoBikeFieldsForTableFragmentDoc = gql`
bikeWeight bikeWeight
bikeHeight bikeHeight
bikeWidth bikeWidth
boxHeight minBoxHeight
boxLength maxBoxHeight
boxWidth minBoxLength
maxBoxLength
minBoxWidth
maxBoxWidth
hasCoverBox hasCoverBox
lockable lockable
maxWeightBox maxWeightBox
@ -2179,9 +2193,12 @@ export const CargoBikeFieldsForTableFragmentDoc = gql`
bikeLength bikeLength
bikeWeight bikeWeight
bikeWidth bikeWidth
boxHeight minBoxHeight
boxLength maxBoxHeight
boxWidth minBoxLength
maxBoxLength
minBoxWidth
maxBoxWidth
hasCoverBox hasCoverBox
lockable lockable
maxWeightBox maxWeightBox

Loading…
Cancel
Save