Skip to main content

Enumerations

Classes

Interfaces

Type aliases

AddCommentMutation

AddCommentMutation: Object

Type declaration

NameType
addComment?string | null

Defined in

typings/sdk/graphql-operation-types.d.ts:128


AddProfileProviderMutation

AddProfileProviderMutation: Object

Type declaration

NameType
addProfileProviderstring

Defined in

typings/sdk/graphql-operation-types.d.ts:808


BeamInput

BeamInput: Object

Type declaration

NameType
activeScalars["Boolean"]
contentInputMaybe<BeamProviderValueInput>[]
createdAtScalars["DateTime"]
tags?InputMaybe<InputMaybe<Scalars["String"]>[]>

Defined in

typings/sdk/graphql-types-new.d.ts:175


BeamProviderValueInput

BeamProviderValueInput: Object

Type declaration

NameType
propertyScalars["String"]
providerScalars["String"]
valueScalars["String"]

Defined in

typings/sdk/graphql-types-new.d.ts:186


CommentData

CommentData: Object

Type declaration

NameType
mentions?InputMaybe<InputMaybe<Scalars["String"]>[]>
postID?InputMaybe<Scalars["String"]>
replyTo?InputMaybe<Scalars["String"]>
tags?InputMaybe<InputMaybe<Scalars["String"]>[]>

Defined in

typings/sdk/graphql-types.d.ts:38


CreateBeamInput

CreateBeamInput: Object

Type declaration

NameType
clientMutationId?InputMaybe<Scalars["String"]>
contentBeamInput

Defined in

typings/sdk/graphql-types-new.d.ts:285


CreateBeamMutation

CreateBeamMutation: Object

Type declaration

NameType
createBeam?{ document: { active: boolean ; author: { id: string } ; content: { property: string ; provider: string ; value: string }[] ; id: string ; rebeamsCount: number ; reflectionsCount: number ; tags?: (string | null)[] | null ; version: any } } | null

Defined in

typings/sdk/graphql-operation-types-new.d.ts:233


CreateBeamProfileMentionMutation

CreateBeamProfileMentionMutation: Object

Type declaration

NameType
createProfileMention?{ document: { beam?: { active: boolean ; author: { id: string } ; content: { property: string ; provider: string ; value: string }[] ; id: string ; rebeamsCount: number ; reflectionsCount: number ; tags?: (string | null)[] | null ; version: any } | null ; profile?: { avatar?: { alternatives?: ({ height: number ; src: any ; width: number } | null)[] | null ; default: { height: number ; src: any ; width: number } } | null ; background?: { alternatives?: ({ height: number ; src: any ; width: number } | null)[] | null ; default: { height: number ; src: any ; width: number } } | null ; createdAt: any ; description?: string | null ; did: { id: string } ; followers: { pageInfo: { endCursor?: string | null ; hasNextPage: boolean ; hasPreviousPage: boolean ; startCursor?: string | null } } ; id: string ; links?: ({ href: any ; label?: string | null } | null)[] | null ; name: string } | null } } | null

Defined in

typings/sdk/graphql-operation-types-new.d.ts:323


CreateEntryMutation

CreateEntryMutation: Object

Type declaration

NameType
createPost?string | null

Defined in

typings/sdk/graphql-operation-types.d.ts:442


CreateFollowInput

CreateFollowInput: Object

Type declaration

NameType
clientMutationId?InputMaybe<Scalars["String"]>
contentFollowInput

Defined in

typings/sdk/graphql-types-new.d.ts:300


CreateFollowMutation

CreateFollowMutation: Object

Type declaration

NameType
createFollow?{ document: { did: { id: string } ; id: string ; isFollowing: boolean ; profile?: { avatar?: { alternatives?: ({ height: number ; src: any ; width: number } | null)[] | null ; default: { height: number ; src: any ; width: number } } | null ; background?: { alternatives?: ({ height: number ; src: any ; width: number } | null)[] | null ; default: { height: number ; src: any ; width: number } } | null ; createdAt: any ; description?: string | null ; did: { id: string } ; followers: { pageInfo: { endCursor?: string | null ; hasNextPage: boolean ; hasPreviousPage: boolean ; startCursor?: string | null } } ; id: string ; links?: ({ href: any ; label?: string | null } | null)[] | null ; name: string } | null } } | null

Defined in

typings/sdk/graphql-operation-types-new.d.ts:1303


CreateInterestsInput

CreateInterestsInput: Object

Type declaration

NameType
clientMutationId?InputMaybe<Scalars["String"]>
contentInterestsInput

Defined in

typings/sdk/graphql-types-new.d.ts:315


CreateInterestsMutation

CreateInterestsMutation: Object

Type declaration

NameType
createInterests?{ clientMutationId?: string | null ; document: { did: { id: string } ; id: string ; topics: { labelType: string ; value: string }[] } } | null

Defined in

typings/sdk/graphql-operation-types-new.d.ts:1267


CreateProfileInput

CreateProfileInput: Object

Type declaration

NameType
clientMutationId?InputMaybe<Scalars["String"]>
contentProfileInput

Defined in

typings/sdk/graphql-types-new.d.ts:330


CreateProfileMentionInput

CreateProfileMentionInput: Object

Type declaration

NameType
clientMutationId?InputMaybe<Scalars["String"]>
contentProfileMentionInput

Defined in

typings/sdk/graphql-types-new.d.ts:334


CreateProfileMutation

CreateProfileMutation: Object

Type declaration

NameType
createProfile?{ clientMutationId?: string | null ; document: { avatar?: { alternatives?: ({ height: number ; src: any ; width: number } | null)[] | null ; default: { height: number ; src: any ; width: number } } | null ; background?: { alternatives?: ({ height: number ; src: any ; width: number } | null)[] | null ; default: { height: number ; src: any ; width: number } } | null ; createdAt: any ; description?: string | null ; did: { id: string } ; followers: { pageInfo: { endCursor?: string | null ; hasNextPage: boolean ; hasPreviousPage: boolean ; startCursor?: string | null } } ; id: string ; links?: ({ href: any ; label?: string | null } | null)[] | null ; name: string } } | null

Defined in

typings/sdk/graphql-operation-types-new.d.ts:1161


CreateRebeamInput

CreateRebeamInput: Object

Type declaration

NameType
clientMutationId?InputMaybe<Scalars["String"]>
contentRebeamInput

Defined in

typings/sdk/graphql-types-new.d.ts:360


CreateRebeamMutation

CreateRebeamMutation: Object

Type declaration

NameType
createRebeam?{ clientMutationId?: string | null ; document: { active: boolean ; beam?: { active: boolean ; author: { id: string } ; content: { property: string ; provider: string ; value: string }[] ; id: string ; rebeamsCount: number ; reflectionsCount: number ; tags?: (string | null)[] | null ; version: any } | null ; quotedBeam?: { active: boolean ; author: { id: string } ; content: { property: string ; provider: string ; value: string }[] ; id: string ; rebeamsCount: number ; reflectionsCount: number ; tags?: (string | null)[] | null ; version: any } | null } } | null

Defined in

typings/sdk/graphql-operation-types-new.d.ts:280


CreateReflectInput

CreateReflectInput: Object

Type declaration

NameType
clientMutationId?InputMaybe<Scalars["String"]>
contentReflectInput

Defined in

typings/sdk/graphql-types-new.d.ts:375


CreateReflectMutation

CreateReflectMutation: Object

Type declaration

NameType
createReflect?{ clientMutationId?: string | null ; document: { active: boolean ; author: { id: string } ; beam?: { author: { id: string } ; id: string } | null ; content: { property: string ; provider: string ; value: string }[] ; isReply: boolean ; reflectionsCount: number ; version: any } } | null

Defined in

typings/sdk/graphql-operation-types-new.d.ts:539


CreateReflectReflectionMutation

CreateReflectReflectionMutation: Object

Type declaration

NameType
createReflection?{ document: { active: boolean ; reflect?: { active: boolean ; author: { id: string } ; beam?: { author: { id: string } ; id: string } | null ; content: { property: string ; provider: string ; value: string }[] ; isReply: boolean ; reflectionsCount: number ; version: any } | null ; reflection?: { active: boolean ; author: { id: string } ; beam?: { author: { id: string } ; id: string } | null ; content: { property: string ; provider: string ; value: string }[] ; isReply: boolean ; reflectionsCount: number ; version: any } | null } } | null

Defined in

typings/sdk/graphql-operation-types-new.d.ts:595


CreateReflectionInput

CreateReflectionInput: Object

Type declaration

NameType
clientMutationId?InputMaybe<Scalars["String"]>
contentReflectionInput

Defined in

typings/sdk/graphql-types-new.d.ts:390


CreateTagMutation

CreateTagMutation: Object

Type declaration

NameType
createTag?string | null

Defined in

typings/sdk/graphql-operation-types.d.ts:789


DataProvider

DataProvider: Object

Type declaration

NameType
propertyScalars["String"]
providerScalars["String"]
valueScalars["String"]

Defined in

typings/sdk/graphql-types.d.ts:49


DataProviderInput

DataProviderInput: Object

Type declaration

NameType
propertyScalars["String"]
providerScalars["String"]
valueScalars["String"]

Defined in

typings/sdk/graphql-types.d.ts:54


EditCommentMutation

EditCommentMutation: Object

Type declaration

NameType
editComment?boolean | null

Defined in

typings/sdk/graphql-operation-types.d.ts:136


EditEntryMutation

EditEntryMutation: Object

Type declaration

NameType
editPost?boolean | null

Defined in

typings/sdk/graphql-operation-types.d.ts:450


Exact

Exact<T>: { [K in keyof T]: T[K] }

Type parameters

NameType
Textends Object

Defined in

typings/sdk/graphql-types-new.d.ts:3


Exact

Exact<T>: { [K in keyof T]: T[K] }

Type parameters

NameType
Textends Object

Defined in

typings/sdk/graphql-types.d.ts:3


FollowInput

FollowInput: Object

Type declaration

NameType
isFollowingScalars["Boolean"]
profileIDScalars["CeramicStreamID"]

Defined in

typings/sdk/graphql-types-new.d.ts:427


FollowMutation

FollowMutation: Object

Type declaration

NameType
follow?boolean | null

Defined in

typings/sdk/graphql-operation-types.d.ts:888


GetBeamByIdQuery

GetBeamByIdQuery: Object

Type declaration

NameType
node?{ active: boolean ; author: { id: string } ; content: { property: string ; provider: string ; value: string }[] ; id: string ; rebeamsCount: number ; reflectionsCount: number ; tags?: (string | null)[] | null ; version: any } | {} | null

Defined in

typings/sdk/graphql-operation-types-new.d.ts:93


GetBeamsByAuthorDidQuery

GetBeamsByAuthorDidQuery: Object

Type declaration

NameType
node?{ beamList?: { edges?: ({ node?: { active: boolean ; author: { id: string } ; content: { property: string ; provider: string ; value: string }[] ; id: string ; rebeamsCount: number ; reflectionsCount: number ; tags?: (string | null)[] | null ; version: any } | null } | null)[] | null ; pageInfo: { endCursor?: string | null ; hasNextPage: boolean ; hasPreviousPage: boolean ; startCursor?: string | null } } | null ; isViewer: boolean } | {} | null

Defined in

typings/sdk/graphql-operation-types-new.d.ts:59


GetBeamsQuery

GetBeamsQuery: Object

Type declaration

NameType
beamIndex?{ edges?: ({ node?: { active: boolean ; author: { id: string } ; content: { property: string ; provider: string ; value: string }[] ; id: string ; rebeamsCount: number ; reflectionsCount: number ; tags?: (string | null)[] | null ; version: any } | null } | null)[] | null ; pageInfo: { endCursor?: string | null ; hasNextPage: boolean ; hasPreviousPage: boolean ; startCursor?: string | null } } | null

Defined in

typings/sdk/graphql-operation-types-new.d.ts:24


GetCommentQuery

GetCommentQuery: Object

Type declaration

NameType
getComment{ _id: string ; author: { avatar?: string | null ; coverImage?: string | null ; description?: string | null ; ethAddress: string ; name?: string | null ; pubKey: string ; totalFollowers: number ; totalFollowing: number ; totalInterests: number ; totalPosts?: string | null ; userName?: string | null } ; content?: { property: string ; provider: string ; value: string }[] | null ; creationDate: string ; postId: string ; replyTo?: string | null ; totalReplies?: number | null ; updatedAt?: string | null }
getComment._idstring
getComment.author{ avatar?: string | null ; coverImage?: string | null ; description?: string | null ; ethAddress: string ; name?: string | null ; pubKey: string ; totalFollowers: number ; totalFollowing: number ; totalInterests: number ; totalPosts?: string | null ; userName?: string | null }
getComment.author.avatar?string | null
getComment.author.coverImage?string | null
getComment.author.description?string | null
getComment.author.ethAddressstring
getComment.author.name?string | null
getComment.author.pubKeystring
getComment.author.totalFollowersnumber
getComment.author.totalFollowingnumber
getComment.author.totalInterestsnumber
getComment.author.totalPosts?string | null
getComment.author.userName?string | null
getComment.content?{ property: string ; provider: string ; value: string }[] | null
getComment.creationDatestring
getComment.postIdstring
getComment.replyTo?string | null
getComment.totalReplies?number | null
getComment.updatedAt?string | null

Defined in

typings/sdk/graphql-operation-types.d.ts:23


GetCommentsQuery

GetCommentsQuery: Object

Type declaration

NameType
getComments?{ nextIndex?: string | null ; results?: { _id: string ; author: { avatar?: string | null ; coverImage?: string | null ; description?: string | null ; ethAddress: string ; name?: string | null ; pubKey: string ; totalFollowers: number ; totalFollowing: number ; totalInterests: number ; totalPosts?: string | null ; userName?: string | null } ; content?: { property: string ; provider: string ; value: string }[] | null ; creationDate: string ; postId: string ; replyTo?: string | null ; totalReplies?: number | null }[] | null ; total?: number | null } | null

Defined in

typings/sdk/graphql-operation-types.d.ts:56


GetCustomFeedQuery

GetCustomFeedQuery: Object

Type declaration

NameType
getCustomFeed?{ nextIndex?: number | null ; results?: { _id: string ; author: { avatar?: string | null ; coverImage?: string | null ; description?: string | null ; ethAddress: string ; name?: string | null ; pubKey: string ; totalFollowers: number ; totalFollowing: number ; totalInterests: number ; totalPosts?: string | null ; userName?: string | null } ; content?: { property: string ; provider: string ; value: string }[] | null ; creationDate: string ; quotedBy?: (string | null)[] | null ; quotedByAuthors?: ({ avatar?: string | null ; coverImage?: string | null ; description?: string | null ; ethAddress: string ; name?: string | null ; pubKey: string ; totalFollowers: number ; totalFollowing: number ; totalInterests: number ; totalPosts?: string | null ; userName?: string | null } | null)[] | null ; quotes?: { _id: string ; author: { avatar?: string | null ; coverImage?: string | null ; description?: string | null ; ethAddress: string ; name?: string | null ; pubKey: string ; totalFollowers: number ; totalFollowing: number ; totalInterests: number ; totalPosts?: string | null ; userName?: string | null } ; content?: { property: string ; provider: string ; value: string }[] | null ; creationDate: string ; tags?: string[] | null ; title?: string | null ; totalComments: string ; type: PostType ; updatedAt?: string | null }[] | null ; tags?: string[] | null ; title?: string | null ; totalComments: string ; type: PostType ; updatedAt?: string | null }[] | null ; total?: number | null } | null

Defined in

typings/sdk/graphql-operation-types.d.ts:673


GetEntriesQuery

GetEntriesQuery: Object

Type declaration

NameType
posts?{ nextIndex?: string | null ; results?: { _id: string ; author: { avatar?: string | null ; coverImage?: string | null ; description?: string | null ; ethAddress: string ; name?: string | null ; pubKey: string ; totalFollowers: number ; totalFollowing: number ; totalInterests: number ; totalPosts?: string | null ; userName?: string | null } ; content?: { property: string ; provider: string ; value: string }[] | null ; creationDate: string ; quotedBy?: (string | null)[] | null ; quotedByAuthors?: ({ avatar?: string | null ; coverImage?: string | null ; description?: string | null ; ethAddress: string ; name?: string | null ; pubKey: string ; totalFollowers: number ; totalFollowing: number ; totalInterests: number ; totalPosts?: string | null ; userName?: string | null } | null)[] | null ; quotes?: { _id: string ; author: { avatar?: string | null ; coverImage?: string | null ; description?: string | null ; ethAddress: string ; name?: string | null ; pubKey: string ; totalFollowers: number ; totalFollowing: number ; totalInterests: number ; totalPosts?: string | null ; userName?: string | null } ; content?: { property: string ; provider: string ; value: string }[] | null ; creationDate: string ; tags?: string[] | null ; title?: string | null ; totalComments: string ; type: PostType ; updatedAt?: string | null }[] | null ; tags?: string[] | null ; title?: string | null ; totalComments: string ; type: PostType ; updatedAt?: string | null }[] | null ; total?: number | null } | null

Defined in

typings/sdk/graphql-operation-types.d.ts:364


GetEntryQuery

GetEntryQuery: Object

Type declaration

NameType
getPost{ _id: string ; author: { avatar?: string | null ; coverImage?: string | null ; description?: string | null ; ethAddress: string ; name?: string | null ; pubKey: string ; totalFollowers: number ; totalFollowing: number ; totalInterests: number ; totalPosts?: string | null ; userName?: string | null } ; content?: { property: string ; provider: string ; value: string }[] | null ; creationDate: string ; quotedBy?: (string | null)[] | null ; quotedByAuthors?: ({ avatar?: string | null ; coverImage?: string | null ; description?: string | null ; ethAddress: string ; name?: string | null ; pubKey: string ; totalFollowers: number ; totalFollowing: number ; totalInterests: number ; totalPosts?: string | null ; userName?: string | null } | null)[] | null ; quotes?: { _id: string ; author: { avatar?: string | null ; coverImage?: string | null ; description?: string | null ; ethAddress: string ; name?: string | null ; pubKey: string ; totalFollowers: number ; totalFollowing: number ; totalInterests: number ; totalPosts?: string | null ; userName?: string | null } ; content?: { property: string ; provider: string ; value: string }[] | null ; creationDate: string ; tags?: string[] | null ; title?: string | null ; totalComments: string ; type: PostType ; updatedAt?: string | null }[] | null ; tags?: string[] | null ; title?: string | null ; totalComments: string ; type: PostType ; updatedAt?: string | null }
getPost._idstring
getPost.author{ avatar?: string | null ; coverImage?: string | null ; description?: string | null ; ethAddress: string ; name?: string | null ; pubKey: string ; totalFollowers: number ; totalFollowing: number ; totalInterests: number ; totalPosts?: string | null ; userName?: string | null }
getPost.author.avatar?string | null
getPost.author.coverImage?string | null
getPost.author.description?string | null
getPost.author.ethAddressstring
getPost.author.name?string | null
getPost.author.pubKeystring
getPost.author.totalFollowersnumber
getPost.author.totalFollowingnumber
getPost.author.totalInterestsnumber
getPost.author.totalPosts?string | null
getPost.author.userName?string | null
getPost.content?{ property: string ; provider: string ; value: string }[] | null
getPost.creationDatestring
getPost.quotedBy?(string | null)[] | null
getPost.quotedByAuthors?({ avatar?: string | null ; coverImage?: string | null ; description?: string | null ; ethAddress: string ; name?: string | null ; pubKey: string ; totalFollowers: number ; totalFollowing: number ; totalInterests: number ; totalPosts?: string | null ; userName?: string | null } | null)[] | null
getPost.quotes?{ _id: string ; author: { avatar?: string | null ; coverImage?: string | null ; description?: string | null ; ethAddress: string ; name?: string | null ; pubKey: string ; totalFollowers: number ; totalFollowing: number ; totalInterests: number ; totalPosts?: string | null ; userName?: string | null } ; content?: { property: string ; provider: string ; value: string }[] | null ; creationDate: string ; tags?: string[] | null ; title?: string | null ; totalComments: string ; type: PostType ; updatedAt?: string | null }[] | null
getPost.tags?string[] | null
getPost.title?string | null
getPost.totalCommentsstring
getPost.typePostType
getPost.updatedAt?string | null

Defined in

typings/sdk/graphql-operation-types.d.ts:289


GetFollowersListByDidQuery

GetFollowersListByDidQuery: Object

Type declaration

NameType
node?{ isViewer: boolean ; profile?: { followers: { edges?: ({ node?: { isFollowing: boolean ; profile?: { avatar?: { alternatives?: ({ height: number ; src: any ; width: number } | null)[] | null ; default: { height: number ; src: any ; width: number } } | null ; background?: { alternatives?: ({ height: number ; src: any ; width: number } | null)[] | null ; default: { height: number ; src: any ; width: number } } | null ; createdAt: any ; description?: string | null ; did: { id: string } ; followers: { pageInfo: { endCursor?: string | null ; hasNextPage: boolean ; hasPreviousPage: boolean ; startCursor?: string | null } } ; id: string ; links?: ({ href: any ; label?: string | null } | null)[] | null ; name: string } | null } | null } | null)[] | null ; pageInfo: { endCursor?: string | null ; hasNextPage: boolean ; hasPreviousPage: boolean ; startCursor?: string | null } } } | null } | {} | null

Defined in

typings/sdk/graphql-operation-types-new.d.ts:1041


GetFollowersQuery

GetFollowersQuery: Object

Type declaration

NameType
getFollowers?{ nextIndex?: number | null ; results?: { avatar?: string | null ; coverImage?: string | null ; description?: string | null ; ethAddress: string ; name?: string | null ; pubKey: string ; totalFollowers: number ; totalFollowing: number ; totalInterests: number ; totalPosts?: string | null ; userName?: string | null }[] | null ; total?: number | null } | null

Defined in

typings/sdk/graphql-operation-types.d.ts:954


GetFollowingListByDidQuery

GetFollowingListByDidQuery: Object

Type declaration

NameType
node?{ followList?: { edges?: ({ node?: { isFollowing: boolean ; profile?: { avatar?: { alternatives?: ({ height: number ; src: any ; width: number } | null)[] | null ; default: { height: number ; src: any ; width: number } } | null ; background?: { alternatives?: ({ height: number ; src: any ; width: number } | null)[] | null ; default: { height: number ; src: any ; width: number } } | null ; createdAt: any ; description?: string | null ; did: { id: string } ; followers: { pageInfo: { endCursor?: string | null ; hasNextPage: boolean ; hasPreviousPage: boolean ; startCursor?: string | null } } ; id: string ; links?: ({ href: any ; label?: string | null } | null)[] | null ; name: string } | null } | null } | null)[] | null ; pageInfo: { endCursor?: string | null ; hasNextPage: boolean ; hasPreviousPage: boolean ; startCursor?: string | null } } | null ; isViewer: boolean } | {} | null

Defined in

typings/sdk/graphql-operation-types-new.d.ts:971


GetFollowingQuery

GetFollowingQuery: Object

Type declaration

NameType
getFollowing?{ nextIndex?: number | null ; results?: { avatar?: string | null ; coverImage?: string | null ; description?: string | null ; ethAddress: string ; name?: string | null ; pubKey: string ; totalFollowers: number ; totalFollowing: number ; totalInterests: number ; totalPosts?: string | null ; userName?: string | null }[] | null ; total?: number | null } | null

Defined in

typings/sdk/graphql-operation-types.d.ts:978


GetIntegrationInfoQuery

GetIntegrationInfoQuery: Object

Type declaration

NameType
getIntegrationInfo?({ author: string ; enabled: boolean ; id: string ; integrationType: number ; latestReleaseId: string ; name: string } | null)[] | null

Defined in

typings/sdk/graphql-operation-types.d.ts:1071


GetInterestsByDidQuery

GetInterestsByDidQuery: Object

Type declaration

NameType
node?{ interests?: { did: { id: string } ; id: string ; topics: { labelType: string ; value: string }[] } | null ; isViewer: boolean } | {} | null

Defined in

typings/sdk/graphql-operation-types-new.d.ts:934


GetInterestsByIdQuery

GetInterestsByIdQuery: Object

Type declaration

NameType
node?{ did: { id: string } ; id: string ; topics: { labelType: string ; value: string }[] } | {} | null

Defined in

typings/sdk/graphql-operation-types-new.d.ts:952


GetInterestsQuery

GetInterestsQuery: Object

Type declaration

NameType
getInterests?(string | null)[] | null

Defined in

typings/sdk/graphql-operation-types.d.ts:1000


GetInterestsQuery

GetInterestsQuery: Object

Type declaration

NameType
interestsIndex?{ edges?: ({ node?: { did: { id: string } ; id: string ; topics: { labelType: string ; value: string }[] } | null } | null)[] | null ; pageInfo: { endCursor?: string | null ; hasNextPage: boolean ; hasPreviousPage: boolean ; startCursor?: string | null } } | null

Defined in

typings/sdk/graphql-operation-types-new.d.ts:909


GetLatestReleaseQuery

GetLatestReleaseQuery: Object

Type declaration

NameType
getLatestRelease?({ author: string ; createdAt?: number | null ; enabled: boolean ; id?: string | null ; integrationID: string ; integrationType: number ; links?: { detailedDescription?: string | null ; documentation?: string | null ; publicRepository?: string | null } | null ; manifestData: { description?: string | null ; displayName?: string | null ; keywords?: (string | null)[] | null ; license?: string | null ; mainFile: string } ; name: string ; sources?: string[] | null ; version: string } | null)[] | null

Defined in

typings/sdk/graphql-operation-types.d.ts:1043


GetLinkPreviewMutation

GetLinkPreviewMutation: Object

Type declaration

NameType
getLinkPreview?{ contentType: string ; description?: string | null ; faviconPreviewHash?: string | null ; favicons?: (string | null)[] | null ; imagePreviewHash?: string | null ; images?: (string | null)[] | null ; mediaType?: string | null ; siteName?: string | null ; title?: string | null ; url: string ; videos?: ({ height?: string | null ; secureUrl?: string | null ; type?: string | null ; url?: string | null ; width?: string | null } | null)[] | null } | null

Defined in

typings/sdk/graphql-operation-types.d.ts:648


GetMentionsFromBeamQuery

GetMentionsFromBeamQuery: Object

Type declaration

NameType
node?{ mentions: { edges?: ({ node?: { beam?: { active: boolean ; author: { id: string } ; content: { property: string ; provider: string ; value: string }[] ; id: string ; rebeamsCount: number ; reflectionsCount: number ; tags?: (string | null)[] | null ; version: any } | null ; profile?: { avatar?: { alternatives?: ({ height: number ; src: any ; width: number } | null)[] | null ; default: { height: number ; src: any ; width: number } } | null ; background?: { alternatives?: ({ height: number ; src: any ; width: number } | null)[] | null ; default: { height: number ; src: any ; width: number } } | null ; createdAt: any ; description?: string | null ; did: { id: string } ; followers: { pageInfo: { endCursor?: string | null ; hasNextPage: boolean ; hasPreviousPage: boolean ; startCursor?: string | null } } ; id: string ; links?: ({ href: any ; label?: string | null } | null)[] | null ; name: string } | null } | null } | null)[] | null } } | {} | null

Defined in

typings/sdk/graphql-operation-types-new.d.ts:159


GetMyProfileQuery

GetMyProfileQuery: Object

Type declaration

NameType
viewer?{ profile?: { avatar?: { alternatives?: ({ height: number ; src: any ; width: number } | null)[] | null ; default: { height: number ; src: any ; width: number } } | null ; background?: { alternatives?: ({ height: number ; src: any ; width: number } | null)[] | null ; default: { height: number ; src: any ; width: number } } | null ; createdAt: any ; description?: string | null ; did: { id: string } ; followers: { pageInfo: { endCursor?: string | null ; hasNextPage: boolean ; hasPreviousPage: boolean ; startCursor?: string | null } } ; id: string ; links?: ({ href: any ; label?: string | null } | null)[] | null ; name: string } | null } | null

Defined in

typings/sdk/graphql-operation-types-new.d.ts:1109


GetPostsByAuthorQuery

GetPostsByAuthorQuery: Object

Type declaration

NameType
getPostsByAuthor?{ nextIndex?: number | null ; results?: { _id: string ; author: { avatar?: string | null ; coverImage?: string | null ; description?: string | null ; ethAddress: string ; name?: string | null ; pubKey: string ; totalFollowers: number ; totalFollowing: number ; totalInterests: number ; totalPosts?: string | null ; userName?: string | null } ; content?: { property: string ; provider: string ; value: string }[] | null ; creationDate: string ; quotedBy?: (string | null)[] | null ; quotedByAuthors?: ({ avatar?: string | null ; coverImage?: string | null ; description?: string | null ; ethAddress: string ; name?: string | null ; pubKey: string ; totalFollowers: number ; totalFollowing: number ; totalInterests: number ; totalPosts?: string | null ; userName?: string | null } | null)[] | null ; quotes?: { _id: string ; author: { avatar?: string | null ; coverImage?: string | null ; description?: string | null ; ethAddress: string ; name?: string | null ; pubKey: string ; totalFollowers: number ; totalFollowing: number ; totalInterests: number ; totalPosts?: string | null ; userName?: string | null } ; content?: { property: string ; provider: string ; value: string }[] | null ; creationDate: string ; tags?: string[] | null ; title?: string | null ; totalComments: string ; type: PostType ; updatedAt?: string | null }[] | null ; tags?: string[] | null ; title?: string | null ; totalComments: string ; type: PostType ; updatedAt?: string | null }[] | null ; total?: number | null } | null

Defined in

typings/sdk/graphql-operation-types.d.ts:465


GetPostsByTagQuery

GetPostsByTagQuery: Object

Type declaration

NameType
getPostsByTag?{ nextIndex?: number | null ; results?: { _id: string ; author: { avatar?: string | null ; coverImage?: string | null ; description?: string | null ; ethAddress: string ; name?: string | null ; pubKey: string ; totalFollowers: number ; totalFollowing: number ; totalInterests: number ; totalPosts?: string | null ; userName?: string | null } ; content?: { property: string ; provider: string ; value: string }[] | null ; creationDate: string ; quotedBy?: (string | null)[] | null ; quotedByAuthors?: ({ avatar?: string | null ; coverImage?: string | null ; description?: string | null ; ethAddress: string ; name?: string | null ; pubKey: string ; totalFollowers: number ; totalFollowing: number ; totalInterests: number ; totalPosts?: string | null ; userName?: string | null } | null)[] | null ; quotes?: { _id: string ; author: { avatar?: string | null ; coverImage?: string | null ; description?: string | null ; ethAddress: string ; name?: string | null ; pubKey: string ; totalFollowers: number ; totalFollowing: number ; totalInterests: number ; totalPosts?: string | null ; userName?: string | null } ; content?: { property: string ; provider: string ; value: string }[] | null ; creationDate: string ; tags?: string[] | null ; title?: string | null ; totalComments: string ; type: PostType ; updatedAt?: string | null }[] | null ; tags?: string[] | null ; title?: string | null ; totalComments: string ; type: PostType ; updatedAt?: string | null }[] | null ; total?: number | null } | null

Defined in

typings/sdk/graphql-operation-types.d.ts:545


GetProfileByDidQuery

GetProfileByDidQuery: Object

Type declaration

NameType
node?{ isViewer: boolean ; profile?: { avatar?: { alternatives?: ({ height: number ; src: any ; width: number } | null)[] | null ; default: { height: number ; src: any ; width: number } } | null ; background?: { alternatives?: ({ height: number ; src: any ; width: number } | null)[] | null ; default: { height: number ; src: any ; width: number } } | null ; createdAt: any ; description?: string | null ; did: { id: string } ; followers: { pageInfo: { endCursor?: string | null ; hasNextPage: boolean ; hasPreviousPage: boolean ; startCursor?: string | null } } ; id: string ; links?: ({ href: any ; label?: string | null } | null)[] | null ; name: string } | null } | {} | null

Defined in

typings/sdk/graphql-operation-types-new.d.ts:790


GetProfileByIdQuery

GetProfileByIdQuery: Object

Type declaration

NameType
node?{ avatar?: { alternatives?: ({ height: number ; src: any ; width: number } | null)[] | null ; default: { height: number ; src: any ; width: number } } | null ; background?: { alternatives?: ({ height: number ; src: any ; width: number } | null)[] | null ; default: { height: number ; src: any ; width: number } } | null ; createdAt: any ; description?: string | null ; did: { id: string } ; followers: { pageInfo: { endCursor?: string | null ; hasNextPage: boolean ; hasPreviousPage: boolean ; startCursor?: string | null } } ; id: string ; links?: ({ href: any ; label?: string | null } | null)[] | null ; name: string } | {} | null

Defined in

typings/sdk/graphql-operation-types-new.d.ts:740


GetProfileQuery

GetProfileQuery: Object

Type declaration

NameType
getProfile{ avatar?: string | null ; coverImage?: string | null ; default?: ({ property: string ; provider: string ; value: string } | null)[] | null ; description?: string | null ; ethAddress: string ; name?: string | null ; providers?: ({ property: string ; provider: string ; value: string } | null)[] | null ; pubKey: string ; totalFollowers: number ; totalFollowing: number ; totalInterests: number ; totalPosts?: string | null ; userName?: string | null }
getProfile.avatar?string | null
getProfile.coverImage?string | null
getProfile.default?({ property: string ; provider: string ; value: string } | null)[] | null
getProfile.description?string | null
getProfile.ethAddressstring
getProfile.name?string | null
getProfile.providers?({ property: string ; provider: string ; value: string } | null)[] | null
getProfile.pubKeystring
getProfile.totalFollowersnumber
getProfile.totalFollowingnumber
getProfile.totalInterestsnumber
getProfile.totalPosts?string | null
getProfile.userName?string | null

Defined in

typings/sdk/graphql-operation-types.d.ts:860


GetProfilesQuery

GetProfilesQuery: Object

Type declaration

NameType
profileIndex?{ edges?: ({ node?: { avatar?: { alternatives?: ({ height: number ; src: any ; width: number } | null)[] | null ; default: { height: number ; src: any ; width: number } } | null ; background?: { alternatives?: ({ height: number ; src: any ; width: number } | null)[] | null ; default: { height: number ; src: any ; width: number } } | null ; createdAt: any ; description?: string | null ; did: { id: string } ; followers: { pageInfo: { endCursor?: string | null ; hasNextPage: boolean ; hasPreviousPage: boolean ; startCursor?: string | null } } ; id: string ; links?: ({ href: any ; label?: string | null } | null)[] | null ; name: string } | null } | null)[] | null ; pageInfo: { endCursor?: string | null ; hasNextPage: boolean ; hasPreviousPage: boolean ; startCursor?: string | null } } | null

Defined in

typings/sdk/graphql-operation-types-new.d.ts:846


GetRebeamsFromBeamQuery

GetRebeamsFromBeamQuery: Object

Type declaration

NameType
node?{ rebeams: { edges?: ({ node?: { beam?: { active: boolean ; author: { id: string } ; content: { property: string ; provider: string ; value: string }[] ; id: string ; rebeamsCount: number ; reflectionsCount: number ; tags?: (string | null)[] | null ; version: any } | null ; quotedBeam?: { active: boolean ; author: { id: string } ; content: { property: string ; provider: string ; value: string }[] ; id: string ; rebeamsCount: number ; reflectionsCount: number ; tags?: (string | null)[] | null ; version: any } | null } | null } | null)[] | null } } | {} | null

Defined in

typings/sdk/graphql-operation-types-new.d.ts:114


GetReflectReflectionsQuery

GetReflectReflectionsQuery: Object

Type declaration

NameType
node?{ reflections: { edges?: ({ node?: { reflect?: { active: boolean ; author: { id: string } ; beam?: { author: { id: string } ; id: string } | null ; content: { property: string ; provider: string ; value: string }[] ; isReply: boolean ; reflectionsCount: number ; version: any } | null } | null } | null)[] | null ; pageInfo: { endCursor?: string | null ; hasNextPage: boolean ; hasPreviousPage: boolean ; startCursor?: string | null } } } | {} | null

Defined in

typings/sdk/graphql-operation-types-new.d.ts:500


GetReflectionsByAuthorDidQuery

GetReflectionsByAuthorDidQuery: Object

Type declaration

NameType
node?{ isViewer: boolean ; reflectList?: { edges?: ({ node?: { active: boolean ; author: { id: string } ; beam?: { author: { id: string } ; id: string } | null ; content: { property: string ; provider: string ; value: string }[] ; isReply: boolean ; reflectionsCount: number ; version: any } | null } | null)[] | null ; pageInfo: { endCursor?: string | null ; hasNextPage: boolean ; hasPreviousPage: boolean ; startCursor?: string | null } } | null } | {} | null

Defined in

typings/sdk/graphql-operation-types-new.d.ts:458


GetReflectionsFromBeamQuery

GetReflectionsFromBeamQuery: Object

Type declaration

NameType
node?{ reflections: { edges?: ({ node?: { active: boolean ; author: { id: string } ; beam?: { author: { id: string } ; id: string } | null ; content: { property: string ; provider: string ; value: string }[] ; isReply: boolean ; reflectionsCount: number ; version: any } | null } | null)[] | null ; pageInfo: { endCursor?: string | null ; hasNextPage: boolean ; hasPreviousPage: boolean ; startCursor?: string | null } } } | {} | null

Defined in

typings/sdk/graphql-operation-types-new.d.ts:417


GetRepliesQuery

GetRepliesQuery: Object

Type declaration

NameType
getReplies?{ nextIndex?: string | null ; results?: { _id: string ; author: { avatar?: string | null ; coverImage?: string | null ; description?: string | null ; ethAddress: string ; name?: string | null ; pubKey: string ; totalFollowers: number ; totalFollowing: number ; totalInterests: number ; totalPosts?: string | null ; userName?: string | null } ; content?: { property: string ; provider: string ; value: string }[] | null ; creationDate: string ; postId: string ; replyTo?: string | null ; totalReplies?: number | null }[] | null ; total?: number | null } | null

Defined in

typings/sdk/graphql-operation-types.d.ts:93


GetTagQuery

GetTagQuery: Object

Type declaration

NameType
getTag?{ creationDate: string ; name: string ; totalPosts: number } | null

Defined in

typings/sdk/graphql-operation-types.d.ts:755


GetTagsQuery

GetTagsQuery: Object

Type declaration

NameType
tags?{ nextIndex?: string | null ; results?: { creationDate: string ; name: string ; totalPosts: number }[] | null ; total?: number | null } | null

Defined in

typings/sdk/graphql-operation-types.d.ts:766


GlobalSearchQuery

GlobalSearchQuery: Object

Type declaration

NameType
globalSearch?{ comments?: ({ id: string } | null)[] | null ; posts?: ({ id: string } | null)[] | null ; profiles?: ({ id: string } | null)[] | null ; tags?: ({ id: string ; name: string ; totalPosts: number } | null)[] | null } | null

Defined in

typings/sdk/graphql-operation-types.d.ts:931


IQuickLRU

IQuickLRU: QuickLRU<string, any>

Defined in

sdk/src/stash/index.ts:8


InfoLink: Object

Type declaration

NameType
detailedDescription?Maybe<Scalars["String"]>
documentation?Maybe<Scalars["String"]>
publicRepository?Maybe<Scalars["String"]>

Defined in

typings/sdk/graphql-types.d.ts:101


InputMaybe

InputMaybe<T>: Maybe<T>

Type parameters

Name
T

Defined in

typings/sdk/graphql-types-new.d.ts:2


InputMaybe

InputMaybe<T>: Maybe<T>

Type parameters

Name
T

Defined in

typings/sdk/graphql-types.d.ts:2


InterestsInput

InterestsInput: Object

Type declaration

NameType
topicsInputMaybe<InterestsLabeledInput>[]

Defined in

typings/sdk/graphql-types-new.d.ts:451


InterestsLabeledInput

InterestsLabeledInput: Object

Type declaration

NameType
labelTypeScalars["String"]
valueScalars["String"]

Defined in

typings/sdk/graphql-types-new.d.ts:458


IsFollowingQuery

IsFollowingQuery: Object

Type declaration

NameType
isFollowing?boolean | null

Defined in

typings/sdk/graphql-operation-types.d.ts:901


IsUserNameAvailableQuery

IsUserNameAvailableQuery: Object

Type declaration

NameType
isUserNameAvailable?boolean | null

Defined in

typings/sdk/graphql-operation-types.d.ts:1006


MakeDefaultProviderMutation

MakeDefaultProviderMutation: Object

Type declaration

NameType
makeDefaultProviderstring

Defined in

typings/sdk/graphql-operation-types.d.ts:814


ManifestInfo

ManifestInfo: Object

Type declaration

NameType
description?Maybe<Scalars["String"]>
displayName?Maybe<Scalars["String"]>
keywords?Maybe<Maybe<Scalars["String"]>[]>
license?Maybe<Scalars["String"]>
mainFileScalars["String"]

Defined in

typings/sdk/graphql-types.d.ts:140


Maybe

Maybe<T>: T | null

Type parameters

Name
T

Defined in

typings/sdk/graphql-types.d.ts:1


Maybe

Maybe<T>: T | null

Type parameters

Name
T

Defined in

typings/sdk/graphql-types-new.d.ts:1


PartialBeamInput

PartialBeamInput: Object

Type declaration

NameType
active?InputMaybe<Scalars["Boolean"]>
content?InputMaybe<InputMaybe<BeamProviderValueInput>[]>
createdAt?InputMaybe<Scalars["DateTime"]>
tags?InputMaybe<InputMaybe<Scalars["String"]>[]>

Defined in

typings/sdk/graphql-types-new.d.ts:576


PartialFollowInput

PartialFollowInput: Object

Type declaration

NameType
isFollowing?InputMaybe<Scalars["Boolean"]>
profileID?InputMaybe<Scalars["CeramicStreamID"]>

Defined in

typings/sdk/graphql-types-new.d.ts:582


PartialInterestsInput

PartialInterestsInput: Object

Type declaration

NameType
topics?InputMaybe<InputMaybe<InterestsLabeledInput>[]>

Defined in

typings/sdk/graphql-types-new.d.ts:586


PartialProfileInput

PartialProfileInput: Object

Type declaration

NameType
avatar?InputMaybe<ProfileImageVersionsInput>
background?InputMaybe<ProfileImageVersionsInput>
createdAt?InputMaybe<Scalars["DateTime"]>
description?InputMaybe<Scalars["String"]>
links?InputMaybe<InputMaybe<ProfileLinkSourceInput>[]>
name?InputMaybe<Scalars["String"]>

Defined in

typings/sdk/graphql-types-new.d.ts:589


PartialReflectInput

PartialReflectInput: Object

Type declaration

NameType
active?InputMaybe<Scalars["Boolean"]>
beamID?InputMaybe<Scalars["CeramicStreamID"]>
content?InputMaybe<InputMaybe<ReflectProviderValueInput>[]>
createdAt?InputMaybe<Scalars["DateTime"]>
isReply?InputMaybe<Scalars["Boolean"]>

Defined in

typings/sdk/graphql-types-new.d.ts:606


PartialReflectionInput

PartialReflectionInput: Object

Type declaration

NameType
active?InputMaybe<Scalars["Boolean"]>
reflectID?InputMaybe<Scalars["CeramicStreamID"]>
reflectionID?InputMaybe<Scalars["CeramicStreamID"]>

Defined in

typings/sdk/graphql-types-new.d.ts:613


PostData

PostData: Object

Type declaration

NameType
mentions?InputMaybe<InputMaybe<Scalars["String"]>[]>
quotes?InputMaybe<InputMaybe<Scalars["String"]>[]>
tags?InputMaybe<InputMaybe<Scalars["String"]>[]>
title?InputMaybe<Scalars["String"]>
type?InputMaybe<PostType>

Defined in

typings/sdk/graphql-types.d.ts:261


ProfileImageSourceInput

ProfileImageSourceInput: Object

Type declaration

NameType
heightScalars["Int"]
srcScalars["URI"]
widthScalars["Int"]

Defined in

typings/sdk/graphql-types-new.d.ts:656


ProfileImageVersionsInput

ProfileImageVersionsInput: Object

Type declaration

NameType
alternatives?InputMaybe<InputMaybe<ProfileImageSourceInput>[]>
defaultProfileImageSourceInput

Defined in

typings/sdk/graphql-types-new.d.ts:665


ProfileInput

ProfileInput: Object

Type declaration

NameType
avatar?InputMaybe<ProfileImageVersionsInput>
background?InputMaybe<ProfileImageVersionsInput>
createdAtScalars["DateTime"]
description?InputMaybe<Scalars["String"]>
links?InputMaybe<InputMaybe<ProfileLinkSourceInput>[]>
nameScalars["String"]

Defined in

typings/sdk/graphql-types-new.d.ts:669


ProfileLinkSourceInput

ProfileLinkSourceInput: Object

Type declaration

NameType
hrefScalars["URI"]
label?InputMaybe<Scalars["String"]>

Defined in

typings/sdk/graphql-types-new.d.ts:681


ProfileMentionInput

ProfileMentionInput: Object

Type declaration

NameType
beamIDScalars["CeramicStreamID"]
profileIDScalars["CeramicStreamID"]

Defined in

typings/sdk/graphql-types-new.d.ts:706


RebeamInput

RebeamInput: Object

Type declaration

NameType
activeScalars["Boolean"]
beamIDScalars["CeramicStreamID"]
quotedBeamIDScalars["CeramicStreamID"]

Defined in

typings/sdk/graphql-types-new.d.ts:811


ReflectInput

ReflectInput: Object

Type declaration

NameType
activeScalars["Boolean"]
beamIDScalars["CeramicStreamID"]
contentInputMaybe<ReflectProviderValueInput>[]
createdAtScalars["DateTime"]
isReplyScalars["Boolean"]

Defined in

typings/sdk/graphql-types-new.d.ts:855


ReflectProviderValueInput

ReflectProviderValueInput: Object

Type declaration

NameType
propertyScalars["String"]
providerScalars["String"]
valueScalars["String"]

Defined in

typings/sdk/graphql-types-new.d.ts:867


ReflectionInput

ReflectionInput: Object

Type declaration

NameType
activeScalars["Boolean"]
reflectIDScalars["CeramicStreamID"]
reflectionIDScalars["CeramicStreamID"]

Defined in

typings/sdk/graphql-types-new.d.ts:894


RegisterUsernameMutation

RegisterUsernameMutation: Object

Type declaration

NameType
registerUserNamestring

Defined in

typings/sdk/graphql-operation-types.d.ts:826


RemoveCommentMutation

RemoveCommentMutation: Object

Type declaration

NameType
removeComment?boolean | null

Defined in

typings/sdk/graphql-operation-types.d.ts:142


RemoveEntryMutation

RemoveEntryMutation: Object

Type declaration

NameType
removePost?boolean | null

Defined in

typings/sdk/graphql-operation-types.d.ts:456


ResolveProfileQuery

ResolveProfileQuery: Object

Type declaration

NameType
resolveProfile{ avatar?: string | null ; coverImage?: string | null ; default?: ({ property: string ; provider: string ; value: string } | null)[] | null ; description?: string | null ; ethAddress: string ; name?: string | null ; providers?: ({ property: string ; provider: string ; value: string } | null)[] | null ; pubKey: string ; totalFollowers: number ; totalFollowing: number ; totalInterests: number ; totalPosts?: string | null ; userName?: string | null }
resolveProfile.avatar?string | null
resolveProfile.coverImage?string | null
resolveProfile.default?({ property: string ; provider: string ; value: string } | null)[] | null
resolveProfile.description?string | null
resolveProfile.ethAddressstring
resolveProfile.name?string | null
resolveProfile.providers?({ property: string ; provider: string ; value: string } | null)[] | null
resolveProfile.pubKeystring
resolveProfile.totalFollowersnumber
resolveProfile.totalFollowingnumber
resolveProfile.totalInterestsnumber
resolveProfile.totalPosts?string | null
resolveProfile.userName?string | null

Defined in

typings/sdk/graphql-operation-types.d.ts:832


SaveMetaDataMutation

SaveMetaDataMutation: Object

Type declaration

NameType
saveMetaDatastring

Defined in

typings/sdk/graphql-operation-types.d.ts:907


Scalars

Scalars: Object

All built-in and custom scalars, mapped to their actual values

Type declaration

NameType
Booleanboolean
Floatnumber
IDstring
Intnumber
Stringstring
_FieldSetany

Defined in

typings/sdk/graphql-types.d.ts:15


Scalars

Scalars: Object

All built-in and custom scalars, mapped to their actual values

Type declaration

NameTypeDescription
Booleanboolean-
CeramicCommitIDanyA Ceramic Commit ID
CeramicStreamIDanyA Ceramic Stream ID
DIDanyA field whose value conforms to the standard DID format as specified in did-core: https://www.w3.org/TR/did-core/.
DateTimeanyA date-time string at UTC, such as 2007-12-03T10:15:30Z, compliant with the date-time format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar.
Floatnumber-
IDstring-
Intnumber-
InterPlanetaryCIDanyA IPLD CID
Stringstring-
URIanyA field whose value conforms to the standard Uniform Resource Identifier (URI) format as specified in RFC3986.
_FieldSetany-

Defined in

typings/sdk/graphql-types-new.d.ts:15


SearchProfilesQuery

SearchProfilesQuery: Object

Type declaration

NameType
searchProfiles?({ avatar?: string | null ; coverImage?: string | null ; description?: string | null ; ethAddress: string ; name?: string | null ; pubKey: string ; totalFollowers: number ; totalFollowing: number ; totalInterests: number ; totalPosts?: string | null ; userName?: string | null } | null)[] | null

Defined in

typings/sdk/graphql-operation-types.d.ts:913


SearchTagsQuery

SearchTagsQuery: Object

Type declaration

NameType
searchTags?({ name: string ; totalPosts: number } | null)[] | null

Defined in

typings/sdk/graphql-operation-types.d.ts:780


ToggleInterestSubMutation

ToggleInterestSubMutation: Object

Type declaration

NameType
toggleInterestSub?boolean | null

Defined in

typings/sdk/graphql-operation-types.d.ts:820


UnFollowMutation

UnFollowMutation: Object

Type declaration

NameType
unFollow?boolean | null

Defined in

typings/sdk/graphql-operation-types.d.ts:894


UpdateBeamInput

UpdateBeamInput: Object

Type declaration

NameType
clientMutationId?InputMaybe<Scalars["String"]>
contentPartialBeamInput
idScalars["ID"]
options?InputMaybe<UpdateOptionsInput>

Defined in

typings/sdk/graphql-types-new.d.ts:933


UpdateBeamMutation

UpdateBeamMutation: Object

Type declaration

NameType
updateBeam?{ clientMutationId?: string | null ; document: { active: boolean ; author: { id: string } ; content: { property: string ; provider: string ; value: string }[] ; id: string ; rebeamsCount: number ; reflectionsCount: number ; tags?: (string | null)[] | null ; version: any } } | null

Defined in

typings/sdk/graphql-operation-types-new.d.ts:256


UpdateFollowInput

UpdateFollowInput: Object

Type declaration

NameType
clientMutationId?InputMaybe<Scalars["String"]>
contentPartialFollowInput
idScalars["ID"]
options?InputMaybe<UpdateOptionsInput>

Defined in

typings/sdk/graphql-types-new.d.ts:950


UpdateFollowMutation

UpdateFollowMutation: Object

Type declaration

NameType
updateFollow?{ document: { did: { id: string } ; id: string ; isFollowing: boolean ; profile?: { avatar?: { alternatives?: ({ height: number ; src: any ; width: number } | null)[] | null ; default: { height: number ; src: any ; width: number } } | null ; background?: { alternatives?: ({ height: number ; src: any ; width: number } | null)[] | null ; default: { height: number ; src: any ; width: number } } | null ; createdAt: any ; description?: string | null ; did: { id: string } ; followers: { pageInfo: { endCursor?: string | null ; hasNextPage: boolean ; hasPreviousPage: boolean ; startCursor?: string | null } } ; id: string ; links?: ({ href: any ; label?: string | null } | null)[] | null ; name: string } | null } } | null

Defined in

typings/sdk/graphql-operation-types-new.d.ts:1362


UpdateInterestsInput

UpdateInterestsInput: Object

Type declaration

NameType
clientMutationId?InputMaybe<Scalars["String"]>
contentPartialInterestsInput
idScalars["ID"]
options?InputMaybe<UpdateOptionsInput>

Defined in

typings/sdk/graphql-types-new.d.ts:967


UpdateInterestsMutation

UpdateInterestsMutation: Object

Type declaration

NameType
updateInterests?{ clientMutationId?: string | null ; document: { did: { id: string } ; id: string ; topics: { labelType: string ; value: string }[] } } | null

Defined in

typings/sdk/graphql-operation-types-new.d.ts:1285


UpdateOptionsInput

UpdateOptionsInput: Object

Type declaration

NameTypeDescription
replace?InputMaybe<Scalars["Boolean"]>Fully replace the document contents instead of performing a shallow merge
version?InputMaybe<Scalars["CeramicCommitID"]>Only perform mutation if the document matches the provided version

Defined in

typings/sdk/graphql-types-new.d.ts:984


UpdateProfileInput

UpdateProfileInput: Object

Type declaration

NameType
clientMutationId?InputMaybe<Scalars["String"]>
contentPartialProfileInput
idScalars["ID"]
options?InputMaybe<UpdateOptionsInput>

Defined in

typings/sdk/graphql-types-new.d.ts:990


UpdateProfileMutation

UpdateProfileMutation: Object

Type declaration

NameType
updateProfile?{ clientMutationId?: string | null ; document: { avatar?: { alternatives?: ({ height: number ; src: any ; width: number } | null)[] | null ; default: { height: number ; src: any ; width: number } } | null ; background?: { alternatives?: ({ height: number ; src: any ; width: number } | null)[] | null ; default: { height: number ; src: any ; width: number } } | null ; createdAt: any ; description?: string | null ; did: { id: string } ; followers: { pageInfo: { endCursor?: string | null ; hasNextPage: boolean ; hasPreviousPage: boolean ; startCursor?: string | null } } ; id: string ; links?: ({ href: any ; label?: string | null } | null)[] | null ; name: string } } | null

Defined in

typings/sdk/graphql-operation-types-new.d.ts:1214


UpdateReflectInput

UpdateReflectInput: Object

Type declaration

NameType
clientMutationId?InputMaybe<Scalars["String"]>
contentPartialReflectInput
idScalars["ID"]
options?InputMaybe<UpdateOptionsInput>

Defined in

typings/sdk/graphql-types-new.d.ts:1041


UpdateReflectMutation

UpdateReflectMutation: Object

Type declaration

NameType
updateReflect?{ clientMutationId?: string | null ; document: { active: boolean ; author: { id: string } ; beam?: { author: { id: string } ; id: string } | null ; content: { property: string ; provider: string ; value: string }[] ; isReply: boolean ; reflectionsCount: number ; version: any } } | null

Defined in

typings/sdk/graphql-operation-types-new.d.ts:567


UpdateReflectReflectionMutation

UpdateReflectReflectionMutation: Object

Type declaration

NameType
updateReflection?{ document: { active: boolean ; reflect?: { active: boolean ; author: { id: string } ; beam?: { author: { id: string } ; id: string } | null ; content: { property: string ; provider: string ; value: string }[] ; isReply: boolean ; reflectionsCount: number ; version: any } | null ; reflection?: { active: boolean ; author: { id: string } ; beam?: { author: { id: string } ; id: string } | null ; content: { property: string ; provider: string ; value: string }[] ; isReply: boolean ; reflectionsCount: number ; version: any } | null } } | null

Defined in

typings/sdk/graphql-operation-types-new.d.ts:645


UpdateReflectionInput

UpdateReflectionInput: Object

Type declaration

NameType
clientMutationId?InputMaybe<Scalars["String"]>
contentPartialReflectionInput
idScalars["ID"]
options?InputMaybe<UpdateOptionsInput>

Defined in

typings/sdk/graphql-types-new.d.ts:1058


UserProfile

UserProfile: Object

Type declaration

NameType
_idScalars["ID"]
avatar?Maybe<Scalars["String"]>
coverImage?Maybe<Scalars["String"]>
creationDate?Maybe<Scalars["String"]>
default?Maybe<Maybe<DataProvider>[]>
description?Maybe<Scalars["String"]>
ethAddressScalars["String"]
name?Maybe<Scalars["String"]>
providers?Maybe<Maybe<DataProvider>[]>
pubKeyScalars["String"]
totalFollowersScalars["Int"]
totalFollowingScalars["Int"]
totalInterestsScalars["Int"]
totalPosts?Maybe<Scalars["String"]>
userName?Maybe<Scalars["String"]>

Defined in

typings/sdk/graphql-types.d.ts:420