addTagsToResource
Add multiple tags to a resource
Input fields
| Input Field : Object | Description |
|---|---|
| input: AddTagsResourceInput! | Required. Autogenerated input type of AddTagsResource |
Return fields
| Input Field : Object | Description |
|---|---|
| clientMutationId: String | A unique identifier for the client performing the mutation. |
| errors: [[ID]] | List of validation errors if the operation failed partially or completely. |
| success: Boolean | Indicates whether all tags were successfully added or removed. |
| tags: [Tag] | Tags that were successfully added or removed from the resource. |