INPUT_OBJECT

UpdateFilesetInput

link GraphQL Schema definition

  • input UpdateFilesetInput {
  • # Required. Properties to update.
  • filesetUpdateProperties: FilesetUpdateInput!
  • # Required. ID of the Fileset. to update.
  • id: String!
  • }

link Require by