INPUT_OBJECT
CreateCloudObjectFolderInput
link GraphQL Schema definition
- input CreateCloudObjectFolderInput {
- # Optional client-supplied identifier passed on a mutation input and echoed back
- # unchanged on its payload, so a client can correlate the response with its
- # request (Relay convention).
- : String
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # API name of the custom entity the folder is attached to. Set only for folders on
- # custom entity records; otherwise empty.
- : String
- # Field whose values are strictly defined with an enumeration of values.
- : BaseEntityTypeEnum
- # Name of the entity and its default text representation.
- : String!
- # Id of the online form template, or empty when not associated with a form.
- : ID
- # Id of the parent folder, or empty for top-level folders.
- : ID
- # Revision when entity was lastly changed.
- : Int
- }