INPUT_OBJECT

CreateUserLinkInput

CreateUserLinkInput is used for create UserLink object. Input was generated by ent.

link GraphQL Schema definition

  • input CreateUserLinkInput {
  • # The title of the link.
  • title: String!
  • # The url of the link.
  • url: String!
  • # The ordinal of the link.
  • ordinal: Int
  • userID: ID
  • }

link Require by