Homepage

CustomAttributeInputType

Last edit: Oct 26, 2022

No description

type CustomAttributeInputType {
  array_append: String
  array_remove: String
  decrement: Float
  increment: Float
  name: String
  value: String
  value_array: [String]
  value_boolean: Boolean
  value_float: Float
  value_int: Int
  value_json: JSONPayload
}

Fields

array_append (String)

Adds provided value at the end of an array property. It's secure atomic operation executed in separate transaction

array_remove (String)

Removes provided value from an array property. It's secure atomic operation executed in separate transaction

decrement (Float)

Decrements property value by provided value. It's secure atomic operation executed in separate transaction

increment (Float)

Increments property value by provided value. It's secure atomic operation executed in separate transaction

name (String)

value (String)

value_array (String)

value_boolean (Boolean)

value_float (Float)

value_int (Int)

value_json (JSONPayload)

Questions?

We are always happy to help with any questions you may have.

contact us