KgAddNodeInput
**Experimental**
input KgAddNodeInput {
description: String
id: ID!
name: String!
parameters: [KgNodeParameterInput!]
parentFolderGuid: String!
}
Fields
KgAddNodeInput.description ● String scalar
**Experimental** An optional description of the entity.
KgAddNodeInput.id ● ID! non-null scalar
**Experimental** The grid identifier of the entity to register.
KgAddNodeInput.name ● String! non-null scalar
**Experimental** The display name of the entity.
KgAddNodeInput.parameters ● [KgNodeParameterInput!] list input
**Experimental** Optional parameters to attach to the entity.
KgAddNodeInput.parentFolderGuid ● String! non-null scalar
**Experimental** The identifier of the parent folder that will contain the entity.