Skip to main content

ExternalIdeaFormUpdateInput

External idea form update input

input ExternalIdeaFormUpdateInput {
contentTypeId: Int
customFields: [IdeaFormsCustomFieldCreateInput!]
customNamePrefix: String
description: String
formFields: [IdeaFormsFormFieldCreateInput!]
id: ID!
language: String!
name: String
resourceId: Int!
resourceType: String!
responseCopyMode: IdeaFormsResponseModesType
strategyParameterFields: [IdeaFormsStrategyParameterFieldCreateInput!]
thumbnail: IdeaFormsThumbnailInput
title: String
useCustomThumbnail: Boolean
useNamePrefix: Boolean
}

Fields

ExternalIdeaFormUpdateInput.contentTypeId ● Int scalar

Content type id

ExternalIdeaFormUpdateInput.customFields ● [IdeaFormsCustomFieldCreateInput!] list input

Custom fields

ExternalIdeaFormUpdateInput.customNamePrefix ● String scalar

Custom name prefix

ExternalIdeaFormUpdateInput.description ● String scalar

Form title

ExternalIdeaFormUpdateInput.formFields ● [IdeaFormsFormFieldCreateInput!] list input

Form fields

ExternalIdeaFormUpdateInput.id ● ID! non-null scalar

External idea form id

ExternalIdeaFormUpdateInput.language ● String! non-null scalar

Language

ExternalIdeaFormUpdateInput.name ● String scalar

Internal form name

ExternalIdeaFormUpdateInput.resourceId ● Int! non-null scalar

Resource id

ExternalIdeaFormUpdateInput.resourceType ● String! non-null scalar

Resource type

ExternalIdeaFormUpdateInput.responseCopyMode ● IdeaFormsResponseModesType enum

Response copy mode

ExternalIdeaFormUpdateInput.strategyParameterFields ● [IdeaFormsStrategyParameterFieldCreateInput!] list input

Form fields

ExternalIdeaFormUpdateInput.thumbnail ● IdeaFormsThumbnailInput input

Thumbnail

ExternalIdeaFormUpdateInput.title ● String scalar

Form title

ExternalIdeaFormUpdateInput.useCustomThumbnail ● Boolean scalar

Use custom thumbnail

ExternalIdeaFormUpdateInput.useNamePrefix ● Boolean scalar

Use name prefix

Member Of

UpdateExternalIdeaFormInput input