Skip to main content

starredRecord Query

Returns the specified StarredRecord object.

Access is permitted when any of the following condition(s) are met: 1. The object's 'user' attribute is the signed-in User.

Input fields#

ArgumentTypeDescription
idID!The ID of the StarredRecord object.

Return fields (StarredRecord)#

allowRemove (Boolean!)#

Specifies whether the signed-in User can remove the StarredRecord.

allowUpdate (Boolean!)#

Specifies whether the signed-in User can update the StarredRecord.

description (String)#
id (ID!)#

The ID of the object

timestamp (DateTime!)#

Date/Time when the record was starred

user (User!)#

User that starred a record