UpdateRecordWidgetInput
UpdateRecordWidgetInput is used for update RecordWidget object. Input was generated by ent.
input UpdateRecordWidgetInput {
widgetType: RecordWidgetWidgetType
title: String
description: String
clearDescription: Boolean
chartID: ID
clearChartID: Boolean
internalID: String
addPropertyIDs: [ID!]
removePropertyIDs: [ID!]
clearProperties: Boolean
}
Fields
UpdateRecordWidgetInput.widgetType ● RecordWidgetWidgetType enum
UpdateRecordWidgetInput.title ● String scalar
UpdateRecordWidgetInput.description ● String scalar
UpdateRecordWidgetInput.clearDescription ● Boolean scalar
UpdateRecordWidgetInput.chartID ● ID scalar
UpdateRecordWidgetInput.clearChartID ● Boolean scalar
UpdateRecordWidgetInput.internalID ● String scalar
UpdateRecordWidgetInput.addPropertyIDs ● [ID!] list scalar
UpdateRecordWidgetInput.removePropertyIDs ● [ID!] list scalar
UpdateRecordWidgetInput.clearProperties ● Boolean scalar
Member Of
updateRecordWidget mutation