INPUT_OBJECT
CreateSupportingResourceInput
Autogenerated input type of CreateSupportingResource
link GraphQL Schema definition
- input CreateSupportingResourceInput {
- # A unique identifier for the client performing the mutation.
- String :
- # The ID of the work for the supporting resource
- Int! :
- # The copyright holder for the resource. Note that if you store and send the
- # resource, the recipient can use it without consultation.
- String :
- # Credit that must be displayed when the resource is used
- String :
- # Explanatory words that may accompany a resource such as identifying an author or
- # place in a photograph
- String :
- # The remote URL for the file. Must be a JPG file.
- URL :
- # The name of the JPG to upload to the resource
- String :
- # The point the resource is at along its lifecycle e.g. draft, approved
- SupportingResourceStatus :
- # The type of content of the supporting resource e.g. Front cover
- SupportingResourceVariant :
- # The ONIX code for the intended audience. This is advisory, rather than a
- # restriction.
- ONIXContentAudienceCode :
- # The IDs of products to link to this supporting resource. Cannot be used in
- # conjunction with the linkToAllProducts argument.
- Int!] : [
- # Link this supporting resource to all products on this work. Cannot be used in
- # conjunction with the productIds argument.
- Boolean :
- # Unlink products from all previous supporting resources of this type on this work
- Boolean :
- }