INTERFACE
interface OnlineFormFieldInterface {fieldId: String! name: String! description: String! imageEnabled: Boolean! imageCloudObjectId: ID visible: Boolean! required: Boolean! readOnly: Boolean! prefillEnabled: Boolean! prefillType: OnlineFormPrefillTypeEnum! prefillFieldId: String prefillLookupFieldId: ID conditionalRulesFilter: FieldFilter }