diff --git a/back/src/bsdasris/typeDefs/bsdasri.inputs.graphql b/back/src/bsdasris/typeDefs/bsdasri.inputs.graphql index f829ae3a2e..659b8db5b4 100644 --- a/back/src/bsdasris/typeDefs/bsdasri.inputs.graphql +++ b/back/src/bsdasris/typeDefs/bsdasri.inputs.graphql @@ -240,7 +240,12 @@ input BsdasriDestinationInput { } input BsdasriReceptionInput { - volume: Int + "Volume total de tous les contenants" + volume: Float + @deprecated( + reason: "Ignoré - Calculé par Trackdéchets en faisant la somme des volumes des contenants" + ) + packagings: [BsdasriPackagingsInput!] date: DateTime acceptation: BsdasriAcceptationInput