associateUsageReader
Associate existing reader to new product and vendor
This page contains
Arguments
| input AssociateUsageReaderInput! PREVIEW | Input to associate existing reader to new product and vendor |
AssociateUsageReaderInput fields
| existingReaderId ID! | Unique identifier of existing usage reader |
| vendorId ID! | Unique identifier for vendor of the product |
| productId ID! | Unique identifier of the product |
| name String! | Name for new usage reader |
Return Fields
| readerId ID | Unique identifier for new reader entry |
| vendorId ID | Unique identifier for vendor of the product |
| productId ID | Unique identifier of the product |
| userErrors [AssociateUsageReaderErrors!] PREVIEW | Represent errors while associating existing reader to vendorId |
Interactive example
This is an example mutation query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.