Skip to main content

Activity

Reference documentation for GraphQL schema types in the Activity category.

Mutations

addStar

Mutation

Adds a star to a Starrable.

Input fields for addStar

Return fields for addStar

NameDescription

clientMutationId (String)

A unique identifier for the client performing the mutation.

starrable (Starrable)

The starrable.

removeStar

Mutation

Removes a star from a Starrable.

Input fields for removeStar

Return fields for removeStar

NameDescription

clientMutationId (String)

A unique identifier for the client performing the mutation.

starrable (Starrable)

The starrable.

updateNotificationRestrictionSetting

Mutation

Update the setting to restrict notifications to only verified or approved domains available to an owner.

Input fields for updateNotificationRestrictionSetting

Return fields for updateNotificationRestrictionSetting

NameDescription

clientMutationId (String)

A unique identifier for the client performing the mutation.

owner (VerifiableDomainOwner)

The owner on which the setting was updated.

updateSubscription

Mutation

Updates the state for subscribable subjects.

Input fields for updateSubscription

Return fields for updateSubscription

NameDescription

clientMutationId (String)

A unique identifier for the client performing the mutation.

subscribable (Subscribable)

The input subscribable entity.

Interfaces

Starrable

Interface

Things that can be starred.

Starrable is implemented by