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.
- : String
- # The description of the collection.
- : String
- : Boolean
- # The total duration of all the posts in the collection.
- : Int
- # The total number of posts in the collection.
- : Int
- : ID
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- : ID
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- }