Skip to main content

ExternalIdeaFormCreateInput

External idea form create input

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

Fields

ExternalIdeaFormCreateInput.contentTypeId ● Int scalar

Content type id

ExternalIdeaFormCreateInput.customFields ● [IdeaFormsCustomFieldCreateInput!] list input

Custom fields

ExternalIdeaFormCreateInput.customNamePrefix ● String scalar

Custom name prefix

ExternalIdeaFormCreateInput.description ● String scalar

Form title

ExternalIdeaFormCreateInput.formFields ● [IdeaFormsFormFieldCreateInput!] list input

Form fields

ExternalIdeaFormCreateInput.language ● String! non-null scalar

Language

ExternalIdeaFormCreateInput.name ● String scalar

Internal form name

ExternalIdeaFormCreateInput.resourceId ● Int! non-null scalar

Resource id

ExternalIdeaFormCreateInput.resourceType ● String! non-null scalar

Resource type

ExternalIdeaFormCreateInput.responseCopyMode ● IdeaFormsResponseModesType enum

Response copy mode

ExternalIdeaFormCreateInput.strategyParameterFields ● [IdeaFormsStrategyParameterFieldCreateInput!] list input

Form fields

ExternalIdeaFormCreateInput.thumbnail ● IdeaFormsThumbnailInput input

Thumbnail

ExternalIdeaFormCreateInput.title ● String scalar

Form title

ExternalIdeaFormCreateInput.useCustomThumbnail ● Boolean scalar

Use custom thumbnail

ExternalIdeaFormCreateInput.useNamePrefix ● Boolean scalar

Use name prefix

Member Of

CreateExternalIdeaFormInput input