External
External Type
type External {
accountId: Int!
attachmentId: Int
categoryId: Int!
contentTypeId: Int
createdAt: ISO8601DateTime!
customNamePrefix: String
description: String!
id: Int!
language: String!
level: String!
name: String!
resourceId: Int!
resourceName: String
resourceType: String!
responseCopyMode: IdeaFormsResponseModesType!
shortUrlId: String
thumbnailUrl: String
title: String!
topicId: Int!
updatedAt: ISO8601DateTime!
url: String!
useCustomThumbnail: Boolean!
useNamePrefix: Boolean!
}
Fields
External.accountId ● Int! non-null scalar
Account ID
External.attachmentId ● Int scalar
Attachment ID
External.categoryId ● Int! non-null scalar
Category ID
External.contentTypeId ● Int scalar
Content Type ID
External.createdAt ● ISO8601DateTime! non-null scalar
Created at
External.customNamePrefix ● String scalar
Custom Name Prefix
External.description ● String! non-null scalar
Description
External.id ● Int! non-null scalar
ID
External.language ● String! non-null scalar
Language
External.level ● String! non-null scalar
Level
External.name ● String! non-null scalar
Name
External.resourceId ● Int! non-null scalar
Resource ID
External.resourceName ● String scalar
Resource name
External.resourceType ● String! non-null scalar
Resource type
External.responseCopyMode ● IdeaFormsResponseModesType! non-null enum
Response copy mode
External.shortUrlId ● String scalar
Short URL ID
External.thumbnailUrl ● String scalar
Thumbnail URL
External.title ● String! non-null scalar
Title
External.topicId ● Int! non-null scalar
Topic ID
External.updatedAt ● ISO8601DateTime! non-null scalar
Updated at
External.url ● String! non-null scalar
URL
External.useCustomThumbnail ● Boolean! non-null scalar
Use custom thumbnail
External.useNamePrefix ● Boolean! non-null scalar
Use name prefix
Returned By
externalIdeaForm query
Member Of
CreateExternalIdeaFormPayload object ● DeleteExternalIdeaFormPayload object ● ExternalConnection object ● ExternalEdge object ● UpdateExternalIdeaFormPayload object