Homepage

StandalonePropertyInputType

Last edit: Oct 26, 2022

No description

type StandalonePropertyInputType {
  attribute_type: PropertyTypeEnum
  belongs_to: String
  default_value: String
  metadata: HashObject
  name: String!
  options: PropertyUploadOptionsInput
  target_id: ID
  target_type: PropertyTargetType!
}

Fields

attribute_type (PropertyTypeEnum)

Type of the property

belongs_to (String)

Defines a relationship with other model schema or the user schema. Used during importing/exporting data.

default_value (String)

Default value for new objects

metadata (HashObject)

name (String)

Name of the property

options (PropertyUploadOptionsInput)

Provides options for type upload - defines for exmple whether newly upload file should be public etc

target_id (ID)

Id of the schema to which this property definition belongs. For target_type User set to null.

target_type (PropertyTargetType)

Type of the schema to which this property definition belongs

Questions?

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

contact us