Select the types of activity you want to include in your feed.
fix: transform BlobInput to AT Protocol format in create/update mutations
GraphQL BlobInput ({ref, mimeType, size}) must be transformed to AT Protocol blob format ({$type: "blob", ref: {$link: ...}, ...}) before validation and sending to PDS.