Expose structured address on the API

fix #4290
This commit is contained in:
Paul Chavard 2021-02-17 14:04:33 +01:00
parent 75392272fb
commit a0b53d7d80
6 changed files with 182 additions and 17 deletions

View file

@ -39,7 +39,8 @@ class API::V2::Schema < GraphQL::Schema
end
end
orphan_types Types::Champs::CarteChampType,
orphan_types Types::Champs::AddressChampType,
Types::Champs::CarteChampType,
Types::Champs::CheckboxChampType,
Types::Champs::CiviliteChampType,
Types::Champs::DateChampType,