INPUT_OBJECT

UpdateCollectionInput

UpdateCollectionInput is used for update Collection object. Input was generated by ent.

link GraphQL Schema definition

  • input UpdateCollectionInput {
  • # The name of the collection.
  • name: String
  • # The description of the collection.
  • description: String
  • clearDescription: Boolean
  • # The total duration of all the posts in the collection.
  • totalDuration: Int
  • # The total number of posts in the collection.
  • totalPosts: Int
  • tenantID: ID
  • clearTenant: Boolean
  • addPostcollectionIDs: [ID!]
  • removePostcollectionIDs: [ID!]
  • clearPostcollections: Boolean
  • coverID: ID
  • clearCover: Boolean
  • addUserCompletionIDs: [ID!]
  • removeUserCompletionIDs: [ID!]
  • clearUserCompletions: Boolean
  • }

link Require by