Skip to main content

DesignerDataType

Represents designer configuration data.

type DesignerDataType {
id: ID!
name: String!
jsonContent: JSONString!
tenant: Tenant!
}

Fields

DesignerDataType.id ● ID! non-null scalar

The ID of the object

DesignerDataType.name ● String! non-null scalar

Name of the designer data

DesignerDataType.jsonContent ● JSONString! non-null scalar

JSON content of the designer data

DesignerDataType.tenant ● Tenant! non-null object

The tenant this designer data belongs to.

Returned By

designerdata query ● designerdatalist query

Member Of

DesignerDataCreate object ● DesignerDataUpdate object

Was this page helpful?