OBJECT

ParcelleCadastrale

link GraphQL Schema definition

  • type ParcelleCadastrale implements GeoArea {
  • codeArr: String! @deprecated( reason: "Utilisez le champ `prefixe` à la place." )
  • codeCom: String! @deprecated( reason: "Utilisez le champ `commune` à la place." )
  • codeDep: String! @deprecated( reason: "Utilisez le champ `commune` à la place." )
  • commune: String!
  • description: String
  • feuille: Int! @deprecated( reason: "L’information n’est plus disponible." )
  • geometry: GeoJSON!
  • id: ID!
  • nomCom: String! @deprecated( reason: "Utilisez le champ `commune` à la place." )
  • numero: String!
  • prefixe: String!
  • section: String!
  • source: GeoAreaSource!
  • surface: String!
  • surfaceIntersection: Float! @deprecated( reason: "L’information n’est plus disponible." )
  • surfaceParcelle: Float! @deprecated( reason: "Utilisez le champ `surface` à la place." )
  • }

link Require by

This element is not required by anyone