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 ordinal of the link.
  • ordinal: Int
  • userID: ID
  • clearUser: Boolean
  • }

link Require by