INPUT_OBJECT
UpdateWebLinkInput
Autogenerated input type of UpdateWebLink
link GraphQL Schema definition
- input UpdateWebLinkInput {
- # A unique identifier for the client performing the mutation.
- : String
- # The associated product identifier
- : Int!
- # The Consonance unique identifier
- : Int!
- # The web link
- : URL!
- # The role of the web link
- : ONIXWebsiteRoleCode!
- # The type of the web link
- : WebLinkLinktype
- # The description of the web link
- : String
- # Whether to include in ONIX feed
- : Boolean
- # A description of the role code from [ONIX code list
- # 73](https://ns.editeur.org/onix/en/73) Website role
- : String
- }