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.
  • title: String
  • # The url of the link.
  • url: String
  • # The description of the link.
  • description: String
  • clearDescription: Boolean
  • # The ordinal of the link.
  • ordinal: Int
  • userID: ID
  • clearUser: Boolean
  • imageID: ID
  • clearImage: Boolean
  • # The URL of the image, usually fetched via OpenGraph to add to this link. This
  • # image will be copied to our CDN.
  • imageURL: String
  • }

link Require by