INPUT_OBJECT
UpdateUserLinkInput
UpdateUserLinkInput is used for update UserLink object. Input was generated by ent.
link GraphQL Schema definition
- input UpdateUserLinkInput {
- # The title of the link.
- : String
- # The url of the link.
- : String
- # The description of the link.
- : String
- : Boolean
- # The ordinal of the link.
- : Int
- : 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
- }