OBJECT
type PointOfSale {address: String addressSupplement1: String addressSupplement2: String bank: String bic: String city: String country: String deleted: Boolean descriptionInvoice: String descriptionOrder: String descriptionQuote: String email: String iban: String id: ID! imageId: ID @deprecated( reason: "Unused field" )landlinePhone: String mobilePhone: String name: String! postalCode: String siret: String website: String }