INPUT_OBJECT
CreateCollectionInput is used for create Collection object. Input was generated by ent.
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: InttenantID: IDpostcollectionIDs: [ID!]coverID: IDuserCompletionIDs: [ID!]}