Mutations
addStar
Adds a star to a Starrable.
Input fields for addStar
input(AddStarInput!)
Return fields for addStar
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The starrable. |
removeStar
Removes a star from a Starrable.
Input fields for removeStar
input(RemoveStarInput!)
Return fields for removeStar
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The starrable. |
updateNotificationRestrictionSetting
Update the setting to restrict notifications to only verified or approved domains available to an owner.
Input fields for updateNotificationRestrictionSetting
Return fields for updateNotificationRestrictionSetting
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The owner on which the setting was updated. |
updateSubscription
Updates the state for subscribable subjects.
Input fields for updateSubscription
input(UpdateSubscriptionInput!)
Return fields for updateSubscription
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The input subscribable entity. |
Interfaces
Starrable
Things that can be starred.