INPUT_OBJECT
UpdateUserMediaReferenceInput
UpdateUserMediaReferenceInput is used for update UserMediaReference object. Input was generated by ent.
link GraphQL Schema definition
- input UpdateUserMediaReferenceInput {
- # The publication of the media reference.
- : String
- # The title of the media reference.
- : String
- # The url to the media reference.
- : String
- # The description of the media reference.
- : String
- : Boolean
- # The ordinal of the link.
- : Int
- # The publication date of the media reference.
- : Time
- : Boolean
- : Time
- : ID
- : Boolean
- : ID
- : Boolean
- # The URL of the image, usually fetched via OpenGraph to add to this link. This
- # image will be copied to our CDN.
- : String
- }