Activity-Feeds Mutations

Last updated on June 18, 2024.

Use the resources in this document to build GraphQL mutations for Activity-Feeds.

activity_create

Creates an Activity.

Arguments

Type

activity_delete_all

Delete all activities and clean up ALL feeds.

Arguments

Type

The ID scalar type represents a unique identifier, often used to refetch an object or as a key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as ) or integer (such as ) input value will be accepted as an ID.

activity_publish

Add an activity to feeds.

Arguments

For example User UserPrivate AuditLog Images and Posts.

Type

Represents Date and time data expressed according to ISO 8601 format to which values are automatically converted.

activity_unpublish

Clean up feeds from selected activities.

Arguments

Search for activities related to the record ( {""id"": """"}) and then cleanup all feeds from found activities.

Search for activities related to the Object and then clean up all feeds from found activities.

Remove from feeds activity with UUID.

Type

The scalar type represents a unique identifier often used to refetch an object or as a key for a cache. The ID type appears in a JSON response as a String; however it is not intended to be human-readable. When expected as an input type any string (such as ) or integer (such as ) input value will be accepted as an ID.

activity_unpublish_all

Clean up ALL feeds.

Arguments

Type

The scalar type represents a unique identifier often used to refetch an object or as a key for a cache. The ID type appears in a JSON response as a String; however it is not intended to be human-readable. When expected as an input type any string (such as ) or integer (such as ) input value will be accepted as an ID.

Reference

You may visit the following resources for more information:

Have a suggestion for this page?

Didn't quite find what you are looking for or have feedback on how we can make the content better then we would love to hear from you. Please provide us feedback and we will get back to you shortly.