# app.bsky.actor.defs#profileViewDetailed type Lexicon_app_bsky_actor_defs_profileViewDetailed { did: ID! avatar: String banner: String handle: ID! labels: [Lexicon_com_atproto_label_defs_label!] status: Lexicon_app_bsky_actor_defs_statusView viewer: Lexicon_app_bsky_actor_defs_viewerState website: String pronouns: String createdAt: String indexedAt: String associated: Lexicon_app_bsky_actor_defs_profileAssociated pinnedPost: Lexicon_com_atproto_repo_strongRef postsCount: Int description: String displayName: String followsCount: Int verification: Lexicon_app_bsky_actor_defs_verificationState followersCount: Int joinedViaStarterPack: Lexicon_app_bsky_graph_defs_starterPackViewBasic } # com.atproto.server.getSessionOutput type Lexicon_com_atproto_server_getSessionOutput { did: ID! email: String active: Boolean handle: ID! status: String emailConfirmed: Boolean emailAuthFactor: Boolean } # com.atproto.label.defs#label type Lexicon_com_atproto_label_defs_label { cid: String cts: String! exp: String neg: Boolean sig: String src: ID! uri: String! val: String! ver: Int } # app.bsky.actor.defs#statusView type Lexicon_app_bsky_actor_defs_statusView { cid: String uri: String embed: Unknown status: String! isActive: Boolean expiresAt: String isDisabled: Boolean } # app.bsky.actor.defs#viewerState type Lexicon_app_bsky_actor_defs_viewerState { muted: Boolean blocking: String blockedBy: Boolean following: String followedBy: String mutedByList: Lexicon_app_bsky_graph_defs_listViewBasic blockingByList: Lexicon_app_bsky_graph_defs_listViewBasic knownFollowers: Lexicon_app_bsky_actor_defs_knownFollowers activitySubscription: Lexicon_app_bsky_notification_defs_activitySubscription } # app.bsky.actor.defs#profileAssociated type Lexicon_app_bsky_actor_defs_profileAssociated { chat: Lexicon_app_bsky_actor_defs_profileAssociatedChat germ: Lexicon_app_bsky_actor_defs_profileAssociatedGerm lists: Int labeler: Boolean feedgens: Int starterPacks: Int activitySubscription: Lexicon_app_bsky_actor_defs_profileAssociatedActivitySubscription } # com.atproto.repo.strongRef type Lexicon_com_atproto_repo_strongRef { cid: String! uri: String! } # app.bsky.actor.defs#verificationState type Lexicon_app_bsky_actor_defs_verificationState { verifications: [Lexicon_app_bsky_actor_defs_verificationView!]! verifiedStatus: String! trustedVerifierStatus: String! } # app.bsky.graph.defs#starterPackViewBasic type Lexicon_app_bsky_graph_defs_starterPackViewBasic { cid: String! uri: String! labels: [Lexicon_com_atproto_label_defs_label!] creator: Lexicon_app_bsky_actor_defs_profileViewBasic! indexedAt: String! listItemCount: Int joinedWeekCount: Int joinedAllTimeCount: Int } # app.bsky.graph.defs#listViewBasic type Lexicon_app_bsky_graph_defs_listViewBasic { cid: String! uri: String! name: String! avatar: String labels: [Lexicon_com_atproto_label_defs_label!] viewer: Lexicon_app_bsky_graph_defs_listViewerState purpose: Lexicon_app_bsky_graph_defs_listPurpose! indexedAt: String listItemCount: Int } # app.bsky.actor.defs#knownFollowers type Lexicon_app_bsky_actor_defs_knownFollowers { count: Int! followers: [Lexicon_app_bsky_actor_defs_profileViewBasic!]! } # app.bsky.notification.defs#activitySubscription type Lexicon_app_bsky_notification_defs_activitySubscription { post: Boolean! reply: Boolean! } # app.bsky.actor.defs#profileAssociatedChat type Lexicon_app_bsky_actor_defs_profileAssociatedChat { allowIncoming: String! } # app.bsky.actor.defs#profileAssociatedGerm type Lexicon_app_bsky_actor_defs_profileAssociatedGerm { messageMeUrl: String! showButtonTo: String! } # app.bsky.actor.defs#profileAssociatedActivitySubscription type Lexicon_app_bsky_actor_defs_profileAssociatedActivitySubscription { allowSubscriptions: String! } # app.bsky.actor.defs#verificationView type Lexicon_app_bsky_actor_defs_verificationView { uri: String! issuer: ID! isValid: Boolean! createdAt: String! } # app.bsky.actor.defs#profileViewBasic type Lexicon_app_bsky_actor_defs_profileViewBasic { did: ID! avatar: String handle: ID! labels: [Lexicon_com_atproto_label_defs_label!] status: Lexicon_app_bsky_actor_defs_statusView viewer: Lexicon_app_bsky_actor_defs_viewerState pronouns: String createdAt: String associated: Lexicon_app_bsky_actor_defs_profileAssociated displayName: String verification: Lexicon_app_bsky_actor_defs_verificationState } # app.bsky.graph.defs#listViewerState type Lexicon_app_bsky_graph_defs_listViewerState { muted: Boolean blocked: String } # app.bsky.graph.defs#listPurpose enum Lexicon_app_bsky_graph_defs_listPurpose { APP_BSKY_GRAPH_DEFS_MODLIST APP_BSKY_GRAPH_DEFS_CURATELIST APP_BSKY_GRAPH_DEFS_REFERENCELIST } type Lexicon_app_bsky_actor { getProfile(actor: ID!): Lexicon_app_bsky_actor_defs_profileViewDetailed } type Lexicon_app_bsky { actor: Lexicon_app_bsky_actor! } type Lexicon_app { bsky: Lexicon_app_bsky! } type Lexicon_com_atproto_server { getSession: Lexicon_com_atproto_server_getSessionOutput } type Lexicon_com_atproto { server: Lexicon_com_atproto_server! } type Lexicon_com { atproto: Lexicon_com_atproto! } type Lexicon { app: Lexicon_app! com: Lexicon_com! }