INPUT_OBJECT

CreateWebLinkInput

Autogenerated input type of CreateWebLink

link GraphQL Schema definition

  • input CreateWebLinkInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # The associated product identifier
  • productId: Int!
  • # The web link
  • link: String!
  • # The role of the web link
  • role: ONIXWebsiteRoleCode!
  • # The type of the web link
  • type: WebLinkLinktype
  • # The description of the web link
  • description: String
  • # Whether to include in ONIX feed
  • includeInOnix: Boolean
  • }

link Require by