OBJECT

ExtraPropertyEncoder

A user-defined name-value pair.

link GraphQL Schema definition

  • type ExtraPropertyEncoder implements IExtraProperty {
  • # The property ID.
  • id: ID!
  • # The property name.
  • name: String!
  • # The property value.
  • value: String
  • # The property type. Valid values: Integer, Long, Boolean, String, Float, Double
  • type: String
  • }