CreateRecordWidgetInput
CreateRecordWidgetInput is used for create RecordWidget object. Input was generated by ent.
input CreateRecordWidgetInput {
widgetType: RecordWidgetWidgetType!
title: String!
description: String
chartID: ID
internalID: String!
propertyIDs: [ID!]
viewID: ID!
}
Fields
CreateRecordWidgetInput.widgetType ● RecordWidgetWidgetType! non-null enum
CreateRecordWidgetInput.title ● String! non-null scalar
CreateRecordWidgetInput.description ● String scalar
CreateRecordWidgetInput.chartID ● ID scalar
CreateRecordWidgetInput.internalID ● String! non-null scalar
CreateRecordWidgetInput.propertyIDs ● [ID!] list scalar
CreateRecordWidgetInput.viewID ● ID! non-null scalar
Member Of
createRecordView mutation ● createRecordWidget mutation ● updateRecordView mutation