OBJECT
Currency item
type Currency {# Primary Keyid: Int! # Currency code, e.g. usd or eurcode: Int! # Currency course for main site currencycourse: Float! # Flag Currency main or not. Main currency with course = 1is_main: Int! # Flag Currency active or notis_active: Int! # Currency simbol, e.g. $sign: String # Number of fractional signsprecision: Int! }