Skip to main content
Version: mainnet (v0.71)

PropertyKey

PropertyKey describes the property key contained in a source data.

type PropertyKey {
name: String
type: PropertyKeyType!
numberDecimalPlaces: Int
}

Fields

PropertyKey.name ● String scalar

The name of the property.

PropertyKey.type ● PropertyKeyType! non-null enum

The type of the property.

PropertyKey.numberDecimalPlaces ● Int scalar

An optional decimal place to be applied on the provided value. Valid only for PropertyType of type DECIMAL, INTEGER.

Member of

Filter object