updateComponent
Users should not be able to actually update a component,
but will use this mutation to update the "starred" status
Access is permitted when any of the following condition(s) are met: 1. Always allowed.
UpdateComponentInput!)
Input fields (Argument | Type | Description |
---|---|---|
starred | Boolean | Indicates whether the record is starred by the signed-in User. |
id | ID | The ID of the Component to mutate. |
clientMutationId | String | A unique identifier for the client performing the mutation. |