INPUT_OBJECT

UpdateCloudObjectFolderInput

link GraphQL Schema definition

  • input UpdateCloudObjectFolderInput {
  • clientMutationId: String
  • # Unique identifier of entity.
  • id: ID!
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Generic field wrapping sqlalchemy column, configurable by constructor.
  • #
  • # Good for one-of fields / generated fields.
  • #
  • entityApiName: String
  • # 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