ETQ Instructeur, je veux pouvoir faire la difference entre un champ Oui/Non vide et “Non”
This commit is contained in:
parent
f04e052dc9
commit
08490bfb82
10 changed files with 61 additions and 18 deletions
|
@ -78,6 +78,7 @@ class API::V2::Schema < GraphQL::Schema
|
|||
Types::Champs::TextChampType,
|
||||
Types::Champs::TitreIdentiteChampType,
|
||||
Types::Champs::EngagementJuridiqueChampType,
|
||||
Types::Champs::YesNoChampType,
|
||||
Types::GeoAreas::ParcelleCadastraleType,
|
||||
Types::GeoAreas::SelectionUtilisateurType,
|
||||
Types::PersonneMoraleType,
|
||||
|
|
|
@ -509,6 +509,9 @@ class API::V2::StoredQuery
|
|||
... on CheckboxChamp {
|
||||
checked: value
|
||||
}
|
||||
... on YesNoChamp {
|
||||
selected: value
|
||||
}
|
||||
... on DecimalNumberChamp {
|
||||
decimalNumber: value
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue