INPUT_OBJECT

CreateCollectionInput

CreateCollectionInput is used for create Collection object. Input was generated by ent.

link GraphQL Schema definition

  • input CreateCollectionInput {
  • # The name of the collection.
  • name: String!
  • # The description of the collection.
  • description: String
  • # The total duration of all the posts in the collection.
  • totalDuration: Int
  • # The total number of posts in the collection.
  • totalPosts: Int
  • tenantID: ID
  • postcollectionIDs: [ID!]
  • coverID: ID
  • userCompletionIDs: [ID!]
  • }

link Require by