Skip to main content

ItemRequiredInput

No description

type ItemRequiredInput {
id: ID
name: String!
displayName: String!
type: ItemTypeRequiredInputEnum
index: Int
data: GQLTJson
path: String
createdAt: GQLTDate
updatedAt: GQLTDate
templateId: ID
parentId: ID
template: ItemTemplateBelongsToInput
templateRefs: ItemTemplateRefsHasManyInput
children: ItemChildrenHasManyInput
parent: ItemParentBelongsToInput
permissions: ItemPermissionsHasManyInput
file: ItemFileHasOneInput
}

Fields#

id (ID)#

This a primary key for Item

name (String!)#

displayName (String!)#

type (ItemTypeRequiredInputEnum)#

index (Int)#

data (GQLTJson)#

path (String)#

createdAt (GQLTDate)#

updatedAt (GQLTDate)#

templateId (ID)#

This a primary key for Item

parentId (ID)#

This a primary key for Item

template (ItemTemplateBelongsToInput)#

This is the mutation object for ItemTemplateBelongsTo

templateRefs (ItemTemplateRefsHasManyInput)#

This is the mutation object for ItemTemplateRefsHasMany

children (ItemChildrenHasManyInput)#

This is the mutation object for ItemChildrenHasMany

parent (ItemParentBelongsToInput)#

This is the mutation object for ItemParentBelongsTo

permissions (ItemPermissionsHasManyInput)#

This is the mutation object for ItemPermissionsHasMany

file (ItemFileHasOneInput)#

This is the mutation object for ItemFileHasOne