Remove legacy geo sources
This commit is contained in:
parent
5abb07420b
commit
cad8ee31d8
10 changed files with 10 additions and 81 deletions
|
@ -809,11 +809,6 @@ enum GeoAreaSource {
|
|||
"""
|
||||
cadastre
|
||||
|
||||
"""
|
||||
Quartier prioritaire
|
||||
"""
|
||||
quartier_prioritaire
|
||||
|
||||
"""
|
||||
Sélection utilisateur
|
||||
"""
|
||||
|
@ -1101,15 +1096,6 @@ type Profile {
|
|||
id: ID!
|
||||
}
|
||||
|
||||
type QuartierPrioritaire implements GeoArea {
|
||||
code: String!
|
||||
commune: String!
|
||||
geometry: GeoJSON!
|
||||
id: ID!
|
||||
nom: String!
|
||||
source: GeoAreaSource!
|
||||
}
|
||||
|
||||
type Query {
|
||||
"""
|
||||
Informations concernant une démarche.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue