INPUT_OBJECT

CreateCloudObjectFolderInput

link GraphQL Schema definition

  • input CreateCloudObjectFolderInput {
  • clientMutationId: String
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Field whose values are strictly defined with an enumeration of values.
  • entityType: BaseEntityTypeEnum
  • # Name of the entity and its default text representation.
  • name: String!
  • # Relation to single entity instance.
  • parentCloudObjectFolderId: ID
  • # Revision when entity was lastly changed.
  • revision: Int
  • }

link Require by