INPUT_OBJECT
CreateWebLinkInput
Autogenerated input type of CreateWebLink
link GraphQL Schema definition
- input CreateWebLinkInput {
- # A unique identifier for the client performing the mutation.
- : String
- # The associated product identifier
- : Int!
- # The web link
- : String!
- # 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
- }