INPUT_OBJECT

UpdateWebLinkInput

Autogenerated input type of UpdateWebLink

link GraphQL Schema definition

  • input UpdateWebLinkInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # The associated product identifier
  • productId: Int!
  • # The Consonance unique identifier
  • id: Int!
  • # The web link
  • link: URL!
  • # 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
  • # A description of the role code from [ONIX code list
  • # 73](https://ns.editeur.org/onix/en/73) Website role
  • roleDescription: String
  • }

link Require by