Type Aliases
Maybe
Maybe<T>: T | null
Type Parameters
InputMaybe
Type Parameters
Exact
Exact<T>: { [ K in keyof T]: T[K] }
Type Parameters
MakeOptional
Make
Optional
<T, K>: Omit<T, K> & { [ SubKey in K]?: Maybe<T[SubKey]> }Type Parameters
MakeMaybe
Make
Maybe
<T, K>: Omit<T, K> & { [ SubKey in K]: Maybe<T[SubKey]> }Type Parameters
Omit
Omit<T, K>: Pick<T, Exclude<keyof T, K>>
Type Parameters
Scalars
Scalars: { ID: string; String: string; Boolean: boolean; Int: number; Float: number; Date: unknown; DateTime: string; GenericObjectScalar: unknown; GenericScalar: unknown; JSON: unknown; Time: string }
Type declaration
ID: string
String: string
Boolean: boolean
Int: number
Float: number
Date: unknown
DateTime: string
GenericObjectScalar: unknown
GenericScalar: unknown
JSON: unknown
Time: string
AblyData
AblyResponse
ApplicationConfiguration
Application
Configuration
: { __typename
?: "ApplicationConfiguration"; id
: Scalars["ID"]; pusherAppCluster
?: Maybe<Scalars["String"]>; pusherAppKey
?: Maybe<Scalars["String"]> }Type declaration
Optional __typename?: "ApplicationConfiguration"
Optional pusherAppCluster?: Maybe<Scalars["String"]>
Optional pusherAppKey?: Maybe<Scalars["String"]>
AssetClass
Type declaration
Optional __typename?: "AssetClass"
description: Scalars["String"]
name: Scalars["String"]
Attachment
Attachment
: { __typename
?: "Attachment"; archivedUrl
: Scalars["String"]; mimeType
: Scalars["String"]; title
: Scalars["String"]; url
: Scalars["String"] }ChatMessageBase
ChatMessagePrompt
ChatMessagePromptResponse
ChatMessageResponse
ChatMessageSourceConfirmation
ChatMessageSourceConfirmationResponse
ChatMessageSuggestion
Chat
Message
Suggestion
: { __typename
?: "ChatMessageSuggestion"; content
: Scalars["String"]; createdAt
: Scalars["DateTime"]; id
: Scalars["ID"]; retrievalRequestId
?: Maybe<Scalars["ID"]>; runnerVersion
: Scalars["String"]; updatedAt
: Scalars["DateTime"] }Type declaration
Optional __typename?: "ChatMessageSuggestion"
content: Scalars["String"]
createdAt: Scalars["DateTime"]
Optional retrievalRequestId?: Maybe<Scalars["ID"]>
runnerVersion: Scalars["String"]
updatedAt: Scalars["DateTime"]
ChatMutationError
Chat
Mutation
Error
: Error & { __typename
?: "ChatMutationError"; code
: Scalars["String"] }ChatSession
ChatSessionFilter
ChatSessionResponse
ChatSessionsFilter
ChatSource
ChatSourceInput
Citation
ClearSourcesInput
Company
CompanyFilter
CompanySearchFilter
CompanySearchResult
CompanySearchResultHit
CompanyUrl
Type declaration
Optional __typename?: "CompanyURL"
url: Scalars["String"]
Conference
ConfirmSourceConfirmationInput
ConfirmationChatSourceInput
Container
Type declaration
Optional __typename?: "Container"
Content
ContentFilter
Content
Filter
: { contentIds
: Scalars["ID"][] }ContentSearchFilter
ContentSearchResult
ContentSearchResultHit
Country
Country
: { __typename
?: "Country"; countryCode
: Scalars["String"]; countryCode3
: Scalars["String"]; id
: Scalars["ID"]; legalName
: Scalars["String"]; shortName
: Scalars["String"] }Type declaration
Optional __typename?: "Country"
countryCode: Scalars["String"]
countryCode3: Scalars["String"]
legalName: Scalars["String"]
shortName: Scalars["String"]
CreateAblyTokenInput
CreateChatMessagePromptInput
CreateChatSessionInput
CreatePrivateRecordingInput
CreateTranscrippetInput
Currency
DeleteChatSessionInput
DeleteChatSessionResponse
DeletePrivateRecordingResponse
Delete
Private
Recording
Response
: MutationResponse & { __typename
?: "DeletePrivateRecordingResponse"; errors
: Error[]; success
: Scalars["Boolean"] }DeleteTranscrippetResponse
Error
Event
EventFilter
EventGroup
EventQuotePriceInfo
EventQuotePriceInfoRealtimePricesArgs
EventQuoteRealtimePrice
Type declaration
Optional __typename?: "EventQuoteRealtimePrice"
date: Scalars["DateTime"]
price: Scalars["Float"]
Optional priceChangeFromStartPercent?: Maybe<Scalars["Float"]>
Optional priceChangeFromStartValue?: Maybe<Scalars["Float"]>
volume: Scalars["Int"]
Optional volumeChangeFromLastPercent?: Maybe<Scalars["Float"]>
Optional volumeChangeFromLastValue?: Maybe<Scalars["Int"]>
Optional volumeChangeFromStartPercent?: Maybe<Scalars["Float"]>
Optional volumeChangeFromStartValue?: Maybe<Scalars["Int"]>
EventSearchFilter
EventSearchResult
EventSearchResultHit
EventSummarization
EventTranscript
Type declaration
Optional __typename?: "EventTranscript"
EventTranscriptParagraph
EventTranscriptSection
Type declaration
Optional __typename?: "EventTranscriptSection"
EventTranscriptSentence
Type declaration
Optional __typename?: "EventTranscriptSentence"
eventItemId: Scalars["ID"]
text: Scalars["String"]
EventTranscriptSentenceSentimentContainer
EventTranscriptSentenceTextualSentiment
EventTranscriptSpeaker
EventTranscriptSpeakerTurn
Type declaration
Optional __typename?: "EventTranscriptSpeakerTurn"
Exchange
FilingContent
GicsIndustry
Type declaration
Optional __typename?: "GicsIndustry"
gicsCode: Scalars["String"]
name: Scalars["String"]
GicsIndustryGroup
Type declaration
Optional __typename?: "GicsIndustryGroup"
gicsCode: Scalars["String"]
name: Scalars["String"]
GicsSector
Gics
Sector
: { __typename
?: "GicsSector"; gicsCode
: Scalars["String"]; id
: Scalars["ID"]; name
: Scalars["String"] }Type declaration
Optional __typename?: "GicsSector"
gicsCode: Scalars["String"]
name: Scalars["String"]
GicsSubIndustry
Type declaration
Optional __typename?: "GicsSubIndustry"
gicsCode: Scalars["String"]
name: Scalars["String"]
IdentifierInput
IdentifierResolutionFilter
IdentifierResolutionInput
Instrument
InstrumentId
Language
LatestEventFilter
Locale
Type declaration
Optional __typename?: "Locale"
displayName: Scalars["String"]
localeCode: Scalars["String"]
LoginResponse
Mutation
Type declaration
Optional __typename?: "Mutation"
MutationClearChatSessionSourcesArgs
MutationConfirmChatMessageSourceConfirmationArgs
MutationCreateAblyTokenArgs
MutationCreateChatMessagePromptArgs
MutationCreateChatSessionArgs
MutationCreatePrivateRecordingArgs
MutationCreateTranscrippetArgs
MutationDeleteChatSessionArgs
MutationDeletePrivateRecordingArgs
Mutation
Delete
Private
Recording
Args
: { privateRecordingId
: Scalars["Int"] }MutationDeleteTranscrippetArgs
Mutation
Delete
Transcrippet
Args
: { transcrippetId
: Scalars["Int"] }MutationLoginArgs
Mutation
Login
Args
: { email
: Scalars["String"]; password
: Scalars["String"] }MutationLoginWithApiKeyArgs
Mutation
Login
With
Api
Key
Args
: { apiKey
: Scalars["String"]; email
: Scalars["String"] }MutationLoginWithPublicApiKeyArgs
MutationReportEventIssueArgs
MutationTrackArgs
Mutation
Track
Args
: { event
: Scalars["String"]; properties
: Scalars["GenericObjectScalar"] }MutationUpdateChatSessionArgs
MutationUpdatePrivateRecordingArgs
MutationUpsertPrimaryWatchlistArgs
MutationResponse
Mutation
Response
: { errors
: Error[]; success
: Scalars["Boolean"] }NewsContent
NewsSource
Type declaration
Optional __typename?: "NewsSource"
name: Scalars["String"]
NewsSourceTag
Organization
PrivateRecording
PrivateRecordingFilter
PrivateRecordingResponse
Query
Type declaration
Optional __typename?: "Query"
currentUser: User
latestEventForTicker: Event
QueryActiveMetricsSinceArgs
QueryChatSessionArgs
QueryChatSessionsArgs
QueryCompaniesArgs
QueryContainersArgs
QueryContentArgs
QueryEventsArgs
QueryLatestEventForTickerArgs
QueryPrivateRecordingsArgs
QuerySearchActiveHostsArgs
QueryTranscrippetArgs
Query
Transcrippet
Args
: { transcrippetGuid
: Scalars["String"] }Type declaration
transcrippetGuid: Scalars["String"]
QueryTranscrippetsArgs
QueryUserStatusArgs
Query
User
Status
Args
: { email
: Scalars["String"] }Quote
RealtimeTranscrippetPrice
Realtime
Transcrippet
Price
: { __typename
?: "RealtimeTranscrippetPrice"; date
: Scalars["String"]; price
: Scalars["Float"]; volume
: Scalars["Int"] }Type declaration
Optional __typename?: "RealtimeTranscrippetPrice"
date: Scalars["String"]
price: Scalars["Float"]
volume: Scalars["Int"]
RefreshResponse
ReportEventIssueInput
Report
Event
Issue
Input
: { eventId
: Scalars["ID"]; issue
: Scalars["String"] }ResolutionInput
Search
Type declaration
Optional __typename?: "Search"
SearchCompaniesArgs
SearchContentArgs
SearchEventsArgs
SearchResult
SearchResultHit
Search
Result
Hit
: { id
: Scalars["ID"] }Sentiment
SentimentContainer
StatsdActiveHost
Statsd
Active
Host
: { __typename
?: "StatsdActiveHost"; hostList
: StatsdHost[]; totalMatching
: Scalars["Int"]; totalReturned
: Scalars["Int"] }Type declaration
Optional __typename?: "StatsdActiveHost"
totalMatching: Scalars["Int"]
totalReturned: Scalars["Int"]
StatsdActiveMetric
Statsd
Active
Metric
: { __typename
?: "StatsdActiveMetric"; metrics
: Scalars["String"][]; since
: Scalars["String"] }Type declaration
Optional __typename?: "StatsdActiveMetric"
metrics: Scalars["String"][]
since: Scalars["String"]
StatsdContainer
StatsdContainerPagination
Statsd
Container
Pagination
: { __typename
?: "StatsdContainerPagination"; cursor
: Scalars["String"]; limit
: Scalars["Int"]; nextCursor
: Scalars["String"]; prevCursor
: Scalars["String"]; total
: Scalars["Int"] }Type declaration
Optional __typename?: "StatsdContainerPagination"
cursor: Scalars["String"]
nextCursor: Scalars["String"]
prevCursor: Scalars["String"]
StatsdContainersFilter
StatsdHost
StatsdHostAgentInstallMethod
Statsd
Host
Agent
Install
Method
: { __typename
?: "StatsdHostAgentInstallMethod"; installerVersion
?: Maybe<Scalars["String"]>; tool
?: Maybe<Scalars["String"]>; toolVersion
?: Maybe<Scalars["String"]> }Type declaration
Optional __typename?: "StatsdHostAgentInstallMethod"
Optional installerVersion?: Maybe<Scalars["String"]>
Optional tool?: Maybe<Scalars["String"]>
Optional toolVersion?: Maybe<Scalars["String"]>
StatsdHostMeta
StatsdHostMetric
StatsdHostTotal
Statsd
Host
Total
: { __typename
?: "StatsdHostTotal"; totalActive
: Scalars["Int"]; totalUp
: Scalars["Int"] }Type declaration
Optional __typename?: "StatsdHostTotal"
totalActive: Scalars["Int"]
totalUp: Scalars["Int"]
StatsdHostsFilter
SupportMutationResponse
Tag
TextBlock
Type declaration
Optional __typename?: "TextBlock"
content: Scalars["String"]
TextualSentiment
TonalSentiment
TrackResponse
Transcrippet
TranscrippetEquityPrice
Type declaration
Optional __typename?: "TranscrippetEquityPrice"
startIndex: Scalars["Int"]
TranscrippetFilter
TranscrippetResponse
UpdateChatSessionInput
UpdatePrivateRecordingInput
UpsertPrimaryWatchlistInput
UpsertPrimaryWatchlistResponse
User
UserEmailStatus
User
Email
Status
: { __typename
?: "UserEmailStatus"; active
: Scalars["Boolean"]; status
?: Maybe<Scalars["String"]> }Type declaration
Optional __typename?: "UserEmailStatus"
active: Scalars["Boolean"]
Optional status?: Maybe<Scalars["String"]>
Watchlist
Type declaration
Optional __typename?: "Watchlist"
RefreshMutationVariables
Refresh
Mutation
Variables
: Exact<{}>RefreshMutation
RefreshMutation: { __typename: "Mutation"; refresh: { __typename: "RefreshResponse"; accessToken: string; refreshToken: string } }
Type declaration
__typename: "Mutation"
refresh: { __typename: "RefreshResponse"; accessToken: string; refreshToken: string }
__typename: "RefreshResponse"
accessToken: string
refreshToken: string
CompanyFilterQueryVariables
CompanyFilterQuery
CompanyFilterQuery: { __typename?: "Query"; companies: { __typename?: "Company"; id: string; commonName: string; instruments: { __typename?: "Instrument"; id: string; isPrimary: boolean; quotes: { __typename?: "Quote"; id: string; isPrimary: boolean; localTicker: string; exchange: { __typename?: "Exchange"; id: string; shortName: string; country: { __typename?: "Country"; id: string; countryCode: string } } }[] }[] }[] }
Type declaration
Optional __typename?: "Query"
companies: { __typename?: "Company"; id: string; commonName: string; instruments: { __typename?: "Instrument"; id: string; isPrimary: boolean; quotes: { __typename?: "Quote"; id: string; isPrimary: boolean; localTicker: string; exchange: { __typename?: "Exchange"; id: string; shortName: string; country: { __typename?: "Country"; id: string; countryCode: string } } }[] }[] }[]
CompanyResolutionQueryVariables
CompanyResolutionQuery
CompanyResolutionQuery: { __typename?: "Query"; companies: { __typename?: "Company"; id: string; commonName: string; instruments: { __typename?: "Instrument"; id: string; isPrimary: boolean; quotes: { __typename?: "Quote"; id: string; isPrimary: boolean; localTicker: string; exchange: { __typename?: "Exchange"; id: string; shortName: string; country: { __typename?: "Country"; id: string; countryCode: string } } }[] }[] }[] }
Type declaration
Optional __typename?: "Query"
companies: { __typename?: "Company"; id: string; commonName: string; instruments: { __typename?: "Instrument"; id: string; isPrimary: boolean; quotes: { __typename?: "Quote"; id: string; isPrimary: boolean; localTicker: string; exchange: { __typename?: "Exchange"; id: string; shortName: string; country: { __typename?: "Country"; id: string; countryCode: string } } }[] }[] }[]
UpsertPrimaryWatchlistMutationVariables
UpsertPrimaryWatchlistMutation
UpsertPrimaryWatchlistMutation: { __typename?: "Mutation"; upsertPrimaryWatchlist: { __typename?: "UpsertPrimaryWatchlistResponse"; watchlist: { __typename?: "Watchlist"; id: string } } }
Type declaration
Optional __typename?: "Mutation"
upsertPrimaryWatchlist: { __typename?: "UpsertPrimaryWatchlistResponse"; watchlist: { __typename?: "Watchlist"; id: string } }
Optional __typename?: "UpsertPrimaryWatchlistResponse"
watchlist: { __typename?: "Watchlist"; id: string }
Optional __typename?: "Watchlist"
id: string
UserStatusQueryVariables
User
Status
Query
Variables
: Exact<{ email
: Scalars["String"] }>UserStatusQuery
UserStatusQuery: { __typename?: "Query"; userStatus: { __typename?: "UserEmailStatus"; active: boolean; status?: string | null } }
Type declaration
Optional __typename?: "Query"
userStatus: { __typename?: "UserEmailStatus"; active: boolean; status?: string | null }
Optional __typename?: "UserEmailStatus"
active: boolean
Optional status?: string | null
AppConfigQueryVariables
App
Config
Query
Variables
: Exact<{}>AppConfigQuery
AppConfigQuery: { __typename?: "Query"; configuration: { __typename?: "ApplicationConfiguration"; pusherAppCluster?: string | null; pusherAppKey?: string | null } }
Type declaration
Optional __typename?: "Query"
configuration: { __typename?: "ApplicationConfiguration"; pusherAppCluster?: string | null; pusherAppKey?: string | null }
Optional __typename?: "ApplicationConfiguration"
Optional pusherAppCluster?: string | null
Optional pusherAppKey?: string | null
TrackMutationVariables
Track
Mutation
Variables
: Exact<{ event
: Scalars["String"]; properties
: Scalars["GenericObjectScalar"] }>TrackMutation
TrackMutation: { __typename?: "Mutation"; track: { __typename?: "TrackResponse"; success: boolean } }
Type declaration
Optional __typename?: "Mutation"
track: { __typename?: "TrackResponse"; success: boolean }
Optional __typename?: "TrackResponse"
success: boolean
RealtimeCurrentUserQueryVariables
Realtime
Current
User
Query
Variables
: Exact<{}>RealtimeCurrentUserQuery
RealtimeCurrentUserQuery: { __typename?: "Query"; currentUser: { __typename?: "User"; id: string } }
Type declaration
Optional __typename?: "Query"
currentUser: { __typename?: "User"; id: string }
Optional __typename?: "User"
id: string
CreateAblyTokenMutationVariables
CreateAblyTokenMutation
CreateAblyTokenMutation: { __typename?: "Mutation"; createAblyToken: { __typename?: "AblyResponse"; data?: { __typename?: "AblyData"; capability: string; clientId: string; keyName: string; mac: string; nonce: string; timestamp: number; ttl: number } | null } }
Type declaration
Optional __typename?: "Mutation"
createAblyToken: { __typename?: "AblyResponse"; data?: { __typename?: "AblyData"; capability: string; clientId: string; keyName: string; mac: string; nonce: string; timestamp: number; ttl: number } | null }
Optional __typename?: "AblyResponse"
Optional data?: { __typename?: "AblyData"; capability: string; clientId: string; keyName: string; mac: string; nonce: string; timestamp: number; ttl: number } | null
ClearChatSessionSourcesMutationVariables
ClearChatSessionSourcesMutation
ClearChatSessionSourcesMutation: { __typename?: "Mutation"; clearChatSessionSources: { __typename?: "ChatSessionResponse"; success: boolean } }
Type declaration
Optional __typename?: "Mutation"
clearChatSessionSources: { __typename?: "ChatSessionResponse"; success: boolean }
Optional __typename?: "ChatSessionResponse"
success: boolean
CreateChatSessionMutationVariables
CreateChatSessionMutation
Create
Chat
Session
Mutation
: { __typename
?: "Mutation"; createChatSession
: { __typename
?: "ChatSessionResponse"; chatSession
?: { __typename
?: "ChatSession"; id
: string; createdAt
: string; status
: ChatSessionStatus; title
?: string | null; titleStatus
?: ChatSessionTitleStatus | null; updatedAt
: string; userId
: string; promptMessages
?: { __typename
?: "ChatMessagePrompt"; id
: string; content
: string; createdAt
: string; messageType
: ChatMessageType; ordinalId
?: string | null; runnerVersion
?: string | null; sessionId
: string; updatedAt
: string; userId
: string }[] | null; sources
?: { __typename
: "ChatSource"; confirmed
?: boolean | null; name
: string; sourceId
: string; type
: ChatSourceType; parent
?: { __typename
: "ChatSource"; name
: string; sourceId
: string; type
: ChatSourceType } | null }[] | null } | null } }Type declaration
Optional __typename?: "Mutation"
createChatSession: { __typename?: "ChatSessionResponse"; chatSession?: { __typename?: "ChatSession"; id: string; createdAt: string; status: ChatSessionStatus; title?: string | null; titleStatus?: ChatSessionTitleStatus | null; updatedAt: string; userId: string; promptMessages?: { __typename?: "ChatMessagePrompt"; id: string; content: string; createdAt: string; messageType: ChatMessageType; ordinalId?: string | null; runnerVersion?: string | null; sessionId: string; updatedAt: string; userId: string }[] | null; sources?: { __typename: "ChatSource"; confirmed?: boolean | null; name: string; sourceId: string; type: ChatSourceType; parent?: { __typename: "ChatSource"; name: string; sourceId: string; type: ChatSourceType } | null }[] | null } | null }
Optional __typename?: "ChatSessionResponse"
Optional chatSession?: { __typename?: "ChatSession"; id: string; createdAt: string; status: ChatSessionStatus; title?: string | null; titleStatus?: ChatSessionTitleStatus | null; updatedAt: string; userId: string; promptMessages?: { __typename?: "ChatMessagePrompt"; id: string; content: string; createdAt: string; messageType: ChatMessageType; ordinalId?: string | null; runnerVersion?: string | null; sessionId: string; updatedAt: string; userId: string }[] | null; sources?: { __typename: "ChatSource"; confirmed?: boolean | null; name: string; sourceId: string; type: ChatSourceType; parent?: { __typename: "ChatSource"; name: string; sourceId: string; type: ChatSourceType } | null }[] | null } | null
DeleteChatSessionMutationVariables
DeleteChatSessionMutation
DeleteChatSessionMutation: { __typename?: "Mutation"; deleteChatSession: { __typename?: "DeleteChatSessionResponse"; success: boolean } }
Type declaration
Optional __typename?: "Mutation"
deleteChatSession: { __typename?: "DeleteChatSessionResponse"; success: boolean }
Optional __typename?: "DeleteChatSessionResponse"
success: boolean
UpdateChatSessionMutationVariables
UpdateChatSessionMutation
Update
Chat
Session
Mutation
: { __typename
?: "Mutation"; updateChatSession
: { __typename
?: "ChatSessionResponse"; chatSession
?: { __typename
?: "ChatSession"; id
: string; createdAt
: string; status
: ChatSessionStatus; title
?: string | null; titleStatus
?: ChatSessionTitleStatus | null; updatedAt
: string; userId
: string; sources
?: { __typename
: "ChatSource"; confirmed
?: boolean | null; name
: string; sourceId
: string; type
: ChatSourceType; parent
?: { __typename
: "ChatSource"; name
: string; sourceId
: string; type
: ChatSourceType } | null }[] | null } | null } }Type declaration
Optional __typename?: "Mutation"
updateChatSession: { __typename?: "ChatSessionResponse"; chatSession?: { __typename?: "ChatSession"; id: string; createdAt: string; status: ChatSessionStatus; title?: string | null; titleStatus?: ChatSessionTitleStatus | null; updatedAt: string; userId: string; sources?: { __typename: "ChatSource"; confirmed?: boolean | null; name: string; sourceId: string; type: ChatSourceType; parent?: { __typename: "ChatSource"; name: string; sourceId: string; type: ChatSourceType } | null }[] | null } | null }
Optional __typename?: "ChatSessionResponse"
Optional chatSession?: { __typename?: "ChatSession"; id: string; createdAt: string; status: ChatSessionStatus; title?: string | null; titleStatus?: ChatSessionTitleStatus | null; updatedAt: string; userId: string; sources?: { __typename: "ChatSource"; confirmed?: boolean | null; name: string; sourceId: string; type: ChatSourceType; parent?: { __typename: "ChatSource"; name: string; sourceId: string; type: ChatSourceType } | null }[] | null } | null
ChatSessionsQueryVariables
ChatSessionsQuery
Chat
Sessions
Query
: { __typename
?: "Query"; chatSessions
: { __typename
?: "ChatSession"; id
: string; createdAt
: string; status
: ChatSessionStatus; title
?: string | null; titleStatus
?: ChatSessionTitleStatus | null; updatedAt
: string; userId
: string; sources
?: { __typename
: "ChatSource"; confirmed
?: boolean | null; name
: string; sourceId
: string; type
: ChatSourceType; parent
?: { __typename
: "ChatSource"; name
: string; sourceId
: string; type
: ChatSourceType } | null }[] | null }[] }Type declaration
Optional __typename?: "Query"
chatSessions: { __typename?: "ChatSession"; id: string; createdAt: string; status: ChatSessionStatus; title?: string | null; titleStatus?: ChatSessionTitleStatus | null; updatedAt: string; userId: string; sources?: { __typename: "ChatSource"; confirmed?: boolean | null; name: string; sourceId: string; type: ChatSourceType; parent?: { __typename: "ChatSource"; name: string; sourceId: string; type: ChatSourceType } | null }[] | null }[]
EventsQueryVariables
EventsQuery
Events
Query
: { __typename
?: "Query"; events
: { __typename
?: "Event"; id
: string; hasPublishedTranscript
: boolean; hasTranscript
: boolean; eventDate
: string; eventType
: EventType; isLive
: boolean; title
: string }[] }Type declaration
Optional __typename?: "Query"
events: { __typename?: "Event"; id: string; hasPublishedTranscript: boolean; hasTranscript: boolean; eventDate: string; eventType: EventType; isLive: boolean; title: string }[]
ChatMessagePromptFragmentFragment
Chat
Message
Prompt
Fragment
Fragment
: { __typename
: "ChatMessagePrompt"; id
: string; content
: string; createdAt
: string; messageType
: ChatMessageType; ordinalId
?: string | null; runnerVersion
?: string | null; sessionId
: string; updatedAt
: string; userId
: string }Type declaration
__typename: "ChatMessagePrompt"
id: string
content: string
createdAt: string
Optional ordinalId?: string | null
Optional runnerVersion?: string | null
sessionId: string
updatedAt: string
userId: string
ChatMessageResponseFragmentFragment
Chat
Message
Response
Fragment
Fragment
: { __typename
: "ChatMessageResponse"; id
: string; createdAt
: string; messageType
: ChatMessageType; ordinalId
?: string | null; promptMessageId
?: string | null; runnerVersion
?: string | null; sessionId
: string; updatedAt
: string; userId
: string; blocks
: { __typename
: "TextBlock"; content
: string; type
: ContentBlockType; citations
?: { __typename
: "Citation"; author
?: string | null; date
?: unknown | null; marker
: string; meta
?: unknown | null; quote
: string; url
?: string | null; source
: { __typename
: "ChatSource"; name
: string; sourceId
: string; type
: ChatSourceType; parent
?: { __typename
: "ChatSource"; name
: string; sourceId
: string; type
: ChatSourceType } | null } }[] | null }[] }Type declaration
__typename: "ChatMessageResponse"
id: string
createdAt: string
Optional ordinalId?: string | null
Optional promptMessageId?: string | null
Optional runnerVersion?: string | null
sessionId: string
updatedAt: string
userId: string
blocks: { __typename: "TextBlock"; content: string; type: ContentBlockType; citations?: { __typename: "Citation"; author?: string | null; date?: unknown | null; marker: string; meta?: unknown | null; quote: string; url?: string | null; source: { __typename: "ChatSource"; name: string; sourceId: string; type: ChatSourceType; parent?: { __typename: "ChatSource"; name: string; sourceId: string; type: ChatSourceType } | null } }[] | null }[]
ChatMessageSourceConfirmationFragmentFragment
Chat
Message
Source
Confirmation
Fragment
Fragment
: { __typename
: "ChatMessageSourceConfirmation"; id
: string; createdAt
: string; messageType
: ChatMessageType; ordinalId
?: string | null; promptMessageId
?: string | null; runnerVersion
?: string | null; sessionId
: string; updatedAt
: string; userId
: string; sources
?: { __typename
: "ChatSource"; confirmed
?: boolean | null; name
: string; sourceId
: string; type
: ChatSourceType; parent
?: { __typename
: "ChatSource"; name
: string; sourceId
: string; type
: ChatSourceType } | null }[] | null }Type declaration
__typename: "ChatMessageSourceConfirmation"
id: string
createdAt: string
Optional ordinalId?: string | null
Optional promptMessageId?: string | null
Optional runnerVersion?: string | null
sessionId: string
updatedAt: string
userId: string
Optional sources?: { __typename: "ChatSource"; confirmed?: boolean | null; name: string; sourceId: string; type: ChatSourceType; parent?: { __typename: "ChatSource"; name: string; sourceId: string; type: ChatSourceType } | null }[] | null
ChatSessionWithMessagesQueryVariables
ChatSessionWithMessagesQuery
Chat
Session
With
Messages
Query
: { __typename
?: "Query"; chatSession
?: { __typename
: "ChatSession"; id
: string; activeMessageId
?: string | null; createdAt
: string; modelId
?: string | null; modelGenerationParams
?: unknown | null; status
: ChatSessionStatus; title
?: string | null; titleStatus
?: ChatSessionTitleStatus | null; updatedAt
: string; userId
: string; sources
?: { __typename
: "ChatSource"; confirmed
?: boolean | null; name
: string; sourceId
: string; type
: ChatSourceType; parent
?: { __typename
: "ChatSource"; name
: string; sourceId
: string; type
: ChatSourceType } | null }[] | null; promptMessages
?: { __typename
: "ChatMessagePrompt"; id
: string; content
: string; createdAt
: string; messageType
: ChatMessageType; ordinalId
?: string | null; runnerVersion
?: string | null; sessionId
: string; updatedAt
: string; userId
: string }[] | null; responseMessages
?: { __typename
: "ChatMessageResponse"; id
: string; createdAt
: string; messageType
: ChatMessageType; ordinalId
?: string | null; promptMessageId
?: string | null; runnerVersion
?: string | null; sessionId
: string; updatedAt
: string; userId
: string; blocks
: { __typename
: "TextBlock"; content
: string; type
: ContentBlockType; citations
?: { __typename
: "Citation"; author
?: string | null; date
?: unknown | null; marker
: string; meta
?: unknown | null; quote
: string; url
?: string | null; source
: { __typename
: "ChatSource"; name
: string; sourceId
: string; type
: ChatSourceType; parent
?: { __typename
: "ChatSource"; name
: string; sourceId
: string; type
: ChatSourceType } | null } }[] | null }[] }[] | null; sourceConfirmationMessages
?: { __typename
: "ChatMessageSourceConfirmation"; id
: string; createdAt
: string; messageType
: ChatMessageType; ordinalId
?: string | null; promptMessageId
?: string | null; runnerVersion
?: string | null; sessionId
: string; updatedAt
: string; userId
: string; sources
?: { __typename
: "ChatSource"; confirmed
?: boolean | null; name
: string; sourceId
: string; type
: ChatSourceType; parent
?: { __typename
: "ChatSource"; name
: string; sourceId
: string; type
: ChatSourceType } | null }[] | null }[] | null } | null }Type declaration
Optional __typename?: "Query"
Optional chatSession?: { __typename: "ChatSession"; id: string; activeMessageId?: string | null; createdAt: string; modelId?: string | null; modelGenerationParams?: unknown | null; status: ChatSessionStatus; title?: string | null; titleStatus?: ChatSessionTitleStatus | null; updatedAt: string; userId: string; sources?: { __typename: "ChatSource"; confirmed?: boolean | null; name: string; sourceId: string; type: ChatSourceType; parent?: { __typename: "ChatSource"; name: string; sourceId: string; type: ChatSourceType } | null }[] | null; promptMessages?: { __typename: "ChatMessagePrompt"; id: string; content: string; createdAt: string; messageType: ChatMessageType; ordinalId?: string | null; runnerVersion?: string | null; sessionId: string; updatedAt: string; userId: string }[] | null; responseMessages?: { __typename: "ChatMessageResponse"; id: string; createdAt: string; messageType: ChatMessageType; ordinalId?: string | null; promptMessageId?: string | null; runnerVersion?: string | null; sessionId: string; updatedAt: string; userId: string; blocks: { __typename: "TextBlock"; content: string; type: ContentBlockType; citations?: { __typename: "Citation"; author?: string | null; date?: unknown | null; marker: string; meta?: unknown | null; quote: string; url?: string | null; source: { __typename: "ChatSource"; name: string; sourceId: string; type: ChatSourceType; parent?: { __typename: "ChatSource"; name: string; sourceId: string; type: ChatSourceType } | null } }[] | null }[] }[] | null; sourceConfirmationMessages?: { __typename: "ChatMessageSourceConfirmation"; id: string; createdAt: string; messageType: ChatMessageType; ordinalId?: string | null; promptMessageId?: string | null; runnerVersion?: string | null; sessionId: string; updatedAt: string; userId: string; sources?: { __typename: "ChatSource"; confirmed?: boolean | null; name: string; sourceId: string; type: ChatSourceType; parent?: { __typename: "ChatSource"; name: string; sourceId: string; type: ChatSourceType } | null }[] | null }[] | null } | null
ConfirmChatMessageSourceConfirmationMutationVariables
ConfirmChatMessageSourceConfirmationMutation
Confirm
Chat
Message
Source
Confirmation
Mutation
: { __typename
?: "Mutation"; confirmChatMessageSourceConfirmation
: { __typename
?: "ChatMessageSourceConfirmationResponse"; chatMessage
?: { __typename
: "ChatMessageSourceConfirmation"; id
: string; createdAt
: string; messageType
: ChatMessageType; ordinalId
?: string | null; promptMessageId
?: string | null; runnerVersion
?: string | null; sessionId
: string; updatedAt
: string; userId
: string; sources
?: { __typename
: "ChatSource"; confirmed
?: boolean | null; name
: string; sourceId
: string; type
: ChatSourceType; parent
?: { __typename
: "ChatSource"; name
: string; sourceId
: string; type
: ChatSourceType } | null }[] | null } | null } }Type declaration
Optional __typename?: "Mutation"
confirmChatMessageSourceConfirmation: { __typename?: "ChatMessageSourceConfirmationResponse"; chatMessage?: { __typename: "ChatMessageSourceConfirmation"; id: string; createdAt: string; messageType: ChatMessageType; ordinalId?: string | null; promptMessageId?: string | null; runnerVersion?: string | null; sessionId: string; updatedAt: string; userId: string; sources?: { __typename: "ChatSource"; confirmed?: boolean | null; name: string; sourceId: string; type: ChatSourceType; parent?: { __typename: "ChatSource"; name: string; sourceId: string; type: ChatSourceType } | null }[] | null } | null }
Optional __typename?: "ChatMessageSourceConfirmationResponse"
Optional chatMessage?: { __typename: "ChatMessageSourceConfirmation"; id: string; createdAt: string; messageType: ChatMessageType; ordinalId?: string | null; promptMessageId?: string | null; runnerVersion?: string | null; sessionId: string; updatedAt: string; userId: string; sources?: { __typename: "ChatSource"; confirmed?: boolean | null; name: string; sourceId: string; type: ChatSourceType; parent?: { __typename: "ChatSource"; name: string; sourceId: string; type: ChatSourceType } | null }[] | null } | null
CreateChatMessagePromptMutationVariables
CreateChatMessagePromptMutation
Create
Chat
Message
Prompt
Mutation
: { __typename
?: "Mutation"; createChatMessagePrompt
: { __typename
?: "ChatMessagePromptResponse"; chatMessage
?: { __typename
: "ChatMessagePrompt"; id
: string; content
: string; createdAt
: string; messageType
: ChatMessageType; ordinalId
?: string | null; runnerVersion
?: string | null; sessionId
: string; updatedAt
: string; userId
: string } | null } }Type declaration
Optional __typename?: "Mutation"
createChatMessagePrompt: { __typename?: "ChatMessagePromptResponse"; chatMessage?: { __typename: "ChatMessagePrompt"; id: string; content: string; createdAt: string; messageType: ChatMessageType; ordinalId?: string | null; runnerVersion?: string | null; sessionId: string; updatedAt: string; userId: string } | null }
Optional __typename?: "ChatMessagePromptResponse"
Optional chatMessage?: { __typename: "ChatMessagePrompt"; id: string; content: string; createdAt: string; messageType: ChatMessageType; ordinalId?: string | null; runnerVersion?: string | null; sessionId: string; updatedAt: string; userId: string } | null
ChatSessionsRefetchQueryVariables
ChatSessionsRefetchQuery
Chat
Sessions
Refetch
Query
: { __typename
?: "Query"; chatSessions
: { __typename
?: "ChatSession"; id
: string; createdAt
: string; status
: ChatSessionStatus; title
?: string | null; titleStatus
?: ChatSessionTitleStatus | null; updatedAt
: string; userId
: string; sources
?: { __typename
: "ChatSource"; confirmed
?: boolean | null; name
: string; sourceId
: string; type
: ChatSourceType; parent
?: { __typename
: "ChatSource"; name
: string; sourceId
: string; type
: ChatSourceType } | null }[] | null }[] }Type declaration
Optional __typename?: "Query"
chatSessions: { __typename?: "ChatSession"; id: string; createdAt: string; status: ChatSessionStatus; title?: string | null; titleStatus?: ChatSessionTitleStatus | null; updatedAt: string; userId: string; sources?: { __typename: "ChatSource"; confirmed?: boolean | null; name: string; sourceId: string; type: ChatSourceType; parent?: { __typename: "ChatSource"; name: string; sourceId: string; type: ChatSourceType } | null }[] | null }[]
CurrentUserQueryVariables
Current
User
Query
Variables
: Exact<{}>CurrentUserQuery
CurrentUserQuery: { __typename?: "Query"; currentUser: { __typename?: "User"; id: string; firstName?: string | null; lastName?: string | null; apiKey?: string | null } }
Type declaration
Optional __typename?: "Query"
currentUser: { __typename?: "User"; id: string; firstName?: string | null; lastName?: string | null; apiKey?: string | null }
Optional __typename?: "User"
id: string
Optional firstName?: string | null
Optional lastName?: string | null
Optional apiKey?: string | null
LoginMutationVariables
LoginMutation
LoginMutation: { __typename?: "Mutation"; login: { __typename?: "LoginResponse"; accessToken: string; refreshToken: string } }
Type declaration
Optional __typename?: "Mutation"
login: { __typename?: "LoginResponse"; accessToken: string; refreshToken: string }
Optional __typename?: "LoginResponse"
accessToken: string
refreshToken: string
LoginWithPublicApiKeyMutationVariables
LoginWithPublicApiKeyMutation
LoginWithPublicApiKeyMutation: { __typename?: "Mutation"; loginWithPublicApiKey: { __typename?: "LoginResponse"; accessToken: string; refreshToken: string } }
Type declaration
Optional __typename?: "Mutation"
loginWithPublicApiKey: { __typename?: "LoginResponse"; accessToken: string; refreshToken: string }
Optional __typename?: "LoginResponse"
accessToken: string
refreshToken: string
EventListQueryVariables
EventListQuery
Event
List
Query
: { __typename
?: "Query"; search
: { __typename
?: "Search"; events
: { __typename
?: "EventSearchResult"; id
: string; numTotalHits
: number; hits
: { __typename
?: "EventSearchResultHit"; id
: string; event
: { __typename
?: "Event"; id
: string; audioProxy
?: string | null; audioRecordingUrl
?: string | null; audioRecordingOffsetMs
: number; audioStreamUri
?: string | null; connectionStatus
: EventConnectionStatus; externalAudioStreamUrl
?: string | null; hasPublishedTranscript
: boolean; hasTranscript
: boolean; eventDate
: string; eventType
: EventType; isLive
: boolean; liveStreamUrl
?: string | null; title
: string; creator
?: { __typename
?: "User"; id
: string; firstName
?: string | null; lastName
?: string | null; primaryEmail
?: string | null; username
: string } | null; primaryCompany
?: { __typename
?: "Company"; id
: string; commonName
: string; instruments
: { __typename
?: "Instrument"; id
: string; isPrimary
: boolean; quotes
: { __typename
?: "Quote"; id
: string; isPrimary
: boolean; localTicker
: string; exchange
: { __typename
?: "Exchange"; id
: string; shortName
: string; country
: { __typename
?: "Country"; id
: string; countryCode
: string } } }[] }[] } | null } }[] } } }Type declaration
Optional __typename?: "Query"
search: { __typename?: "Search"; events: { __typename?: "EventSearchResult"; id: string; numTotalHits: number; hits: { __typename?: "EventSearchResultHit"; id: string; event: { __typename?: "Event"; id: string; audioProxy?: string | null; audioRecordingUrl?: string | null; audioRecordingOffsetMs: number; audioStreamUri?: string | null; connectionStatus: EventConnectionStatus; externalAudioStreamUrl?: string | null; hasPublishedTranscript: boolean; hasTranscript: boolean; eventDate: string; eventType: EventType; isLive: boolean; liveStreamUrl?: string | null; title: string; creator?: { __typename?: "User"; id: string; firstName?: string | null; lastName?: string | null; primaryEmail?: string | null; username: string } | null; primaryCompany?: { __typename?: "Company"; id: string; commonName: string; instruments: { __typename?: "Instrument"; id: string; isPrimary: boolean; quotes: { __typename?: "Quote"; id: string; isPrimary: boolean; localTicker: string; exchange: { __typename?: "Exchange"; id: string; shortName: string; country: { __typename?: "Country"; id: string; countryCode: string } } }[] }[] } | null } }[] } }
Optional __typename?: "Search"
events: { __typename?: "EventSearchResult"; id: string; numTotalHits: number; hits: { __typename?: "EventSearchResultHit"; id: string; event: { __typename?: "Event"; id: string; audioProxy?: string | null; audioRecordingUrl?: string | null; audioRecordingOffsetMs: number; audioStreamUri?: string | null; connectionStatus: EventConnectionStatus; externalAudioStreamUrl?: string | null; hasPublishedTranscript: boolean; hasTranscript: boolean; eventDate: string; eventType: EventType; isLive: boolean; liveStreamUrl?: string | null; title: string; creator?: { __typename?: "User"; id: string; firstName?: string | null; lastName?: string | null; primaryEmail?: string | null; username: string } | null; primaryCompany?: { __typename?: "Company"; id: string; commonName: string; instruments: { __typename?: "Instrument"; id: string; isPrimary: boolean; quotes: { __typename?: "Quote"; id: string; isPrimary: boolean; localTicker: string; exchange: { __typename?: "Exchange"; id: string; shortName: string; country: { __typename?: "Country"; id: string; countryCode: string } } }[] }[] } | null } }[] }
Optional __typename?: "EventSearchResult"
id: string
numTotalHits: number
hits: { __typename?: "EventSearchResultHit"; id: string; event: { __typename?: "Event"; id: string; audioProxy?: string | null; audioRecordingUrl?: string | null; audioRecordingOffsetMs: number; audioStreamUri?: string | null; connectionStatus: EventConnectionStatus; externalAudioStreamUrl?: string | null; hasPublishedTranscript: boolean; hasTranscript: boolean; eventDate: string; eventType: EventType; isLive: boolean; liveStreamUrl?: string | null; title: string; creator?: { __typename?: "User"; id: string; firstName?: string | null; lastName?: string | null; primaryEmail?: string | null; username: string } | null; primaryCompany?: { __typename?: "Company"; id: string; commonName: string; instruments: { __typename?: "Instrument"; id: string; isPrimary: boolean; quotes: { __typename?: "Quote"; id: string; isPrimary: boolean; localTicker: string; exchange: { __typename?: "Exchange"; id: string; shortName: string; country: { __typename?: "Country"; id: string; countryCode: string } } }[] }[] } | null } }[]
EventListCurrentUserQueryVariables
Event
List
Current
User
Query
Variables
: Exact<{}>EventListCurrentUserQuery
EventListCurrentUserQuery: { __typename?: "Query"; currentUser: { __typename?: "User"; id: string } }
Type declaration
Optional __typename?: "Query"
currentUser: { __typename?: "User"; id: string }
Optional __typename?: "User"
id: string
NewsQueryVariables
NewsQuery
News
Query
: { __typename
?: "Query"; content
: ({ __typename
?: "FilingContent"; id
: string; body
: string; contentType
: ContentType; publishedDate
: string; title
: string; primaryCompany
?: { __typename
?: "Company"; id
: string; commonName
: string; instruments
: { __typename
?: "Instrument"; id
: string; isPrimary
: boolean; quotes
: { __typename
?: "Quote"; id
: string; isPrimary
: boolean; localTicker
: string; exchange
: { __typename
?: "Exchange"; id
: string; shortName
: string; country
: { __typename
?: "Country"; id
: string; countryCode
: string } } }[] }[] } | null } | { __typename
?: "NewsContent"; id
: string; body
: string; contentType
: ContentType; publishedDate
: string; title
: string; newsSource
: { __typename
?: "NewsSource"; id
: string; name
: string }; primaryCompany
?: { __typename
?: "Company"; id
: string; commonName
: string; instruments
: { __typename
?: "Instrument"; id
: string; isPrimary
: boolean; quotes
: { __typename
?: "Quote"; id
: string; isPrimary
: boolean; localTicker
: string; exchange
: { __typename
?: "Exchange"; id
: string; shortName
: string; country
: { __typename
?: "Country"; id
: string; countryCode
: string } } }[] }[] } | null })[] }Type declaration
Optional __typename?: "Query"
content: ({ __typename?: "FilingContent"; id: string; body: string; contentType: ContentType; publishedDate: string; title: string; primaryCompany?: { __typename?: "Company"; id: string; commonName: string; instruments: { __typename?: "Instrument"; id: string; isPrimary: boolean; quotes: { __typename?: "Quote"; id: string; isPrimary: boolean; localTicker: string; exchange: { __typename?: "Exchange"; id: string; shortName: string; country: { __typename?: "Country"; id: string; countryCode: string } } }[] }[] } | null } | { __typename?: "NewsContent"; id: string; body: string; contentType: ContentType; publishedDate: string; title: string; newsSource: { __typename?: "NewsSource"; id: string; name: string }; primaryCompany?: { __typename?: "Company"; id: string; commonName: string; instruments: { __typename?: "Instrument"; id: string; isPrimary: boolean; quotes: { __typename?: "Quote"; id: string; isPrimary: boolean; localTicker: string; exchange: { __typename?: "Exchange"; id: string; shortName: string; country: { __typename?: "Country"; id: string; countryCode: string } } }[] }[] } | null })[]
NewsListQueryVariables
NewsListQuery
News
List
Query
: { __typename
?: "Query"; search
: { __typename
?: "Search"; content
: { __typename
?: "ContentSearchResult"; id
: string; numTotalHits
: number; hits
: { __typename
?: "ContentSearchResultHit"; id
: string; content
: { __typename
?: "FilingContent"; id
: string; contentType
: ContentType; publishedDate
: string; title
: string; primaryCompany
?: { __typename
?: "Company"; id
: string; commonName
: string; instruments
: { __typename
?: "Instrument"; id
: string; isPrimary
: boolean; quotes
: { __typename
?: "Quote"; id
: string; isPrimary
: boolean; localTicker
: string; exchange
: { __typename
?: "Exchange"; id
: string; shortName
: string; country
: { __typename
?: "Country"; id
: string; countryCode
: string } } }[] }[] } | null } | { __typename
?: "NewsContent"; id
: string; contentType
: ContentType; publishedDate
: string; title
: string; newsSource
: { __typename
?: "NewsSource"; id
: string; name
: string }; primaryCompany
?: { __typename
?: "Company"; id
: string; commonName
: string; instruments
: { __typename
?: "Instrument"; id
: string; isPrimary
: boolean; quotes
: { __typename
?: "Quote"; id
: string; isPrimary
: boolean; localTicker
: string; exchange
: { __typename
?: "Exchange"; id
: string; shortName
: string; country
: { __typename
?: "Country"; id
: string; countryCode
: string } } }[] }[] } | null } }[] } } }Type declaration
Optional __typename?: "Query"
search: { __typename?: "Search"; content: { __typename?: "ContentSearchResult"; id: string; numTotalHits: number; hits: { __typename?: "ContentSearchResultHit"; id: string; content: { __typename?: "FilingContent"; id: string; contentType: ContentType; publishedDate: string; title: string; primaryCompany?: { __typename?: "Company"; id: string; commonName: string; instruments: { __typename?: "Instrument"; id: string; isPrimary: boolean; quotes: { __typename?: "Quote"; id: string; isPrimary: boolean; localTicker: string; exchange: { __typename?: "Exchange"; id: string; shortName: string; country: { __typename?: "Country"; id: string; countryCode: string } } }[] }[] } | null } | { __typename?: "NewsContent"; id: string; contentType: ContentType; publishedDate: string; title: string; newsSource: { __typename?: "NewsSource"; id: string; name: string }; primaryCompany?: { __typename?: "Company"; id: string; commonName: string; instruments: { __typename?: "Instrument"; id: string; isPrimary: boolean; quotes: { __typename?: "Quote"; id: string; isPrimary: boolean; localTicker: string; exchange: { __typename?: "Exchange"; id: string; shortName: string; country: { __typename?: "Country"; id: string; countryCode: string } } }[] }[] } | null } }[] } }
Optional __typename?: "Search"
content: { __typename?: "ContentSearchResult"; id: string; numTotalHits: number; hits: { __typename?: "ContentSearchResultHit"; id: string; content: { __typename?: "FilingContent"; id: string; contentType: ContentType; publishedDate: string; title: string; primaryCompany?: { __typename?: "Company"; id: string; commonName: string; instruments: { __typename?: "Instrument"; id: string; isPrimary: boolean; quotes: { __typename?: "Quote"; id: string; isPrimary: boolean; localTicker: string; exchange: { __typename?: "Exchange"; id: string; shortName: string; country: { __typename?: "Country"; id: string; countryCode: string } } }[] }[] } | null } | { __typename?: "NewsContent"; id: string; contentType: ContentType; publishedDate: string; title: string; newsSource: { __typename?: "NewsSource"; id: string; name: string }; primaryCompany?: { __typename?: "Company"; id: string; commonName: string; instruments: { __typename?: "Instrument"; id: string; isPrimary: boolean; quotes: { __typename?: "Quote"; id: string; isPrimary: boolean; localTicker: string; exchange: { __typename?: "Exchange"; id: string; shortName: string; country: { __typename?: "Country"; id: string; countryCode: string } } }[] }[] } | null } }[] }
Optional __typename?: "ContentSearchResult"
id: string
numTotalHits: number
hits: { __typename?: "ContentSearchResultHit"; id: string; content: { __typename?: "FilingContent"; id: string; contentType: ContentType; publishedDate: string; title: string; primaryCompany?: { __typename?: "Company"; id: string; commonName: string; instruments: { __typename?: "Instrument"; id: string; isPrimary: boolean; quotes: { __typename?: "Quote"; id: string; isPrimary: boolean; localTicker: string; exchange: { __typename?: "Exchange"; id: string; shortName: string; country: { __typename?: "Country"; id: string; countryCode: string } } }[] }[] } | null } | { __typename?: "NewsContent"; id: string; contentType: ContentType; publishedDate: string; title: string; newsSource: { __typename?: "NewsSource"; id: string; name: string }; primaryCompany?: { __typename?: "Company"; id: string; commonName: string; instruments: { __typename?: "Instrument"; id: string; isPrimary: boolean; quotes: { __typename?: "Quote"; id: string; isPrimary: boolean; localTicker: string; exchange: { __typename?: "Exchange"; id: string; shortName: string; country: { __typename?: "Country"; id: string; countryCode: string } } }[] }[] } | null } }[]
RecordingsQueryVariables
RecordingsQuery
Recordings
Query
: { __typename
?: "Query"; privateRecordings
: { __typename
?: "PrivateRecording"; id
: string; connectAccessId
?: string | null; connectCallerId
?: string | null; connectionType
: PrConnectionType; connectOffsetSeconds
: number; connectPhoneNumber
?: string | null; connectPin
?: string | null; connectUrl
?: string | null; onCompleteEmailCreator
: boolean; onConnectDialNumber
?: string | null; onFailure
: PrOnFailure; onFailureDialNumber
?: string | null; onFailureInstructions
?: string | null; onFailureSmsNumber
?: string | null; scheduledFor
: string; smsAlertBeforeCall
: boolean; title
: string; primaryCompany
?: { __typename
?: "Company"; id
: string; commonName
: string; instruments
: { __typename
?: "Instrument"; id
: string; isPrimary
: boolean; quotes
: { __typename
?: "Quote"; id
: string; isPrimary
: boolean; localTicker
: string; exchange
: { __typename
?: "Exchange"; id
: string; shortName
: string; country
: { __typename
?: "Country"; id
: string; countryCode
: string } } }[] }[] } | null }[] }Type declaration
Optional __typename?: "Query"
privateRecordings: { __typename?: "PrivateRecording"; id: string; connectAccessId?: string | null; connectCallerId?: string | null; connectionType: PrConnectionType; connectOffsetSeconds: number; connectPhoneNumber?: string | null; connectPin?: string | null; connectUrl?: string | null; onCompleteEmailCreator: boolean; onConnectDialNumber?: string | null; onFailure: PrOnFailure; onFailureDialNumber?: string | null; onFailureInstructions?: string | null; onFailureSmsNumber?: string | null; scheduledFor: string; smsAlertBeforeCall: boolean; title: string; primaryCompany?: { __typename?: "Company"; id: string; commonName: string; instruments: { __typename?: "Instrument"; id: string; isPrimary: boolean; quotes: { __typename?: "Quote"; id: string; isPrimary: boolean; localTicker: string; exchange: { __typename?: "Exchange"; id: string; shortName: string; country: { __typename?: "Country"; id: string; countryCode: string } } }[] }[] } | null }[]
CreatePrivateRecordingMutationVariables
CreatePrivateRecordingMutation
CreatePrivateRecordingMutation: { __typename?: "Mutation"; createPrivateRecording: { __typename?: "PrivateRecordingResponse"; success: boolean } }
Type declaration
Optional __typename?: "Mutation"
createPrivateRecording: { __typename?: "PrivateRecordingResponse"; success: boolean }
Optional __typename?: "PrivateRecordingResponse"
success: boolean
UpdatePrivateRecordingMutationVariables
UpdatePrivateRecordingMutation
UpdatePrivateRecordingMutation: { __typename?: "Mutation"; updatePrivateRecording: { __typename?: "PrivateRecordingResponse"; success: boolean } }
Type declaration
Optional __typename?: "Mutation"
updatePrivateRecording: { __typename?: "PrivateRecordingResponse"; success: boolean }
Optional __typename?: "PrivateRecordingResponse"
success: boolean
TranscrippetQueryVariables
Transcrippet
Query
Variables
: Exact<{ transcrippetGuid
: Scalars["String"] }>TranscrippetQuery
Transcrippet
Query
: { __typename
?: "Query"; transcrippet
: { __typename
?: "Transcrippet"; audioUrl
?: string | null; companyId
?: string | null; companyLogoUrl
?: string | null; companyName
?: string | null; companyTicker
?: string | null; endMs
?: number | null; eventDate
: string; eventId
: string; eventType
: EventType; eventTitle
?: string | null; id
: string; speakerId
?: string | null; speakerName
?: string | null; speakerTitle
?: string | null; startMs
?: number | null; status
: TranscrippetStatus; transcript
: string; transcriptionAudioOffsetSeconds
: number; trimmedAudioUrl
?: string | null; wordDurationsMs
?: unknown | null; equityPrices
?: { __typename
?: "TranscrippetEquityPrice"; startIndex
: number; prices
: { __typename
?: "RealtimeTranscrippetPrice"; date
: string; price
: number; volume
: number }[] } | null } }Type declaration
Optional __typename?: "Query"
transcrippet: { __typename?: "Transcrippet"; audioUrl?: string | null; companyId?: string | null; companyLogoUrl?: string | null; companyName?: string | null; companyTicker?: string | null; endMs?: number | null; eventDate: string; eventId: string; eventType: EventType; eventTitle?: string | null; id: string; speakerId?: string | null; speakerName?: string | null; speakerTitle?: string | null; startMs?: number | null; status: TranscrippetStatus; transcript: string; transcriptionAudioOffsetSeconds: number; trimmedAudioUrl?: string | null; wordDurationsMs?: unknown | null; equityPrices?: { __typename?: "TranscrippetEquityPrice"; startIndex: number; prices: { __typename?: "RealtimeTranscrippetPrice"; date: string; price: number; volume: number }[] } | null }
Optional __typename?: "Transcrippet"
Optional audioUrl?: string | null
Optional companyId?: string | null
Optional companyLogoUrl?: string | null
Optional companyName?: string | null
Optional companyTicker?: string | null
Optional endMs?: number | null
eventDate: string
eventId: string
Optional eventTitle?: string | null
id: string
Optional speakerId?: string | null
Optional speakerName?: string | null
Optional speakerTitle?: string | null
Optional startMs?: number | null
transcript: string
transcriptionAudioOffsetSeconds: number
Optional trimmedAudioUrl?: string | null
Optional wordDurationsMs?: unknown | null
Optional equityPrices?: { __typename?: "TranscrippetEquityPrice"; startIndex: number; prices: { __typename?: "RealtimeTranscrippetPrice"; date: string; price: number; volume: number }[] } | null
CurrentUserQueryQueryVariables
Current
User
Query
Query
Variables
: Exact<{}>CurrentUserQueryQuery
CurrentUserQueryQuery: { __typename?: "Query"; currentUser: { __typename?: "User"; id: string; apiKey?: string | null } }
Type declaration
Optional __typename?: "Query"
currentUser: { __typename?: "User"; id: string; apiKey?: string | null }
Optional __typename?: "User"
id: string
Optional apiKey?: string | null
QuotePricesQueryVariables
QuotePricesQuery
QuotePricesQuery: { __typename?: "Query"; events: { __typename?: "Event"; id: string; quotePrices: { __typename?: "EventQuotePriceInfo"; id: string; currentDayClosePrice?: number | null; currentDayOpenPrice?: number | null; endPrice?: number | null; previousDayClosePrice?: number | null; startPrice?: number | null; quote: { __typename?: "Quote"; id: string; localTicker: string; exchange: { __typename?: "Exchange"; id: string; shortName: string } }; realtimePrices: { __typename?: "EventQuoteRealtimePrice"; id: string; date: string; price: number; volume: number; priceChangeFromStartValue?: number | null; priceChangeFromStartPercent?: number | null; volumeChangeFromStartValue?: number | null; volumeChangeFromStartPercent?: number | null; volumeChangeFromLastValue?: number | null; volumeChangeFromLastPercent?: number | null }[] }[] }[] }
Type declaration
Optional __typename?: "Query"
events: { __typename?: "Event"; id: string; quotePrices: { __typename?: "EventQuotePriceInfo"; id: string; currentDayClosePrice?: number | null; currentDayOpenPrice?: number | null; endPrice?: number | null; previousDayClosePrice?: number | null; startPrice?: number | null; quote: { __typename?: "Quote"; id: string; localTicker: string; exchange: { __typename?: "Exchange"; id: string; shortName: string } }; realtimePrices: { __typename?: "EventQuoteRealtimePrice"; id: string; date: string; price: number; volume: number; priceChangeFromStartValue?: number | null; priceChangeFromStartPercent?: number | null; volumeChangeFromStartValue?: number | null; volumeChangeFromStartPercent?: number | null; volumeChangeFromLastValue?: number | null; volumeChangeFromLastPercent?: number | null }[] }[] }[]
ReportEventIssueMutationVariables
ReportEventIssueMutation
ReportEventIssueMutation: { __typename?: "Mutation"; reportEventIssue: { __typename?: "SupportMutationResponse"; success: boolean } }
Type declaration
Optional __typename?: "Mutation"
reportEventIssue: { __typename?: "SupportMutationResponse"; success: boolean }
Optional __typename?: "SupportMutationResponse"
success: boolean
EventUpdatesQueryVariables
Event
Updates
Query
Variables
: Exact<{ eventId
: Scalars["ID"] }>EventUpdatesQuery
Event
Updates
Query
: { __typename
?: "Query"; events
: { __typename
?: "Event"; id
: string; audioProxy
?: string | null; audioRecordingOffsetMs
: number; audioRecordingUrl
?: string | null; audioStreamUri
?: string | null; connectionStatus
: EventConnectionStatus; eventDate
: string; externalAudioStreamUrl
?: string | null; hasConnectionDetails
: boolean; hasPublishedTranscript
: boolean; hasTranscript
: boolean; isLive
: boolean; liveStreamUrl
?: string | null; publishedTranscriptExpected
: boolean; creator
?: { __typename
?: "User"; id
: string; firstName
?: string | null; lastName
?: string | null; primaryEmail
?: string | null; username
: string } | null }[] }Type declaration
Optional __typename?: "Query"
events: { __typename?: "Event"; id: string; audioProxy?: string | null; audioRecordingOffsetMs: number; audioRecordingUrl?: string | null; audioStreamUri?: string | null; connectionStatus: EventConnectionStatus; eventDate: string; externalAudioStreamUrl?: string | null; hasConnectionDetails: boolean; hasPublishedTranscript: boolean; hasTranscript: boolean; isLive: boolean; liveStreamUrl?: string | null; publishedTranscriptExpected: boolean; creator?: { __typename?: "User"; id: string; firstName?: string | null; lastName?: string | null; primaryEmail?: string | null; username: string } | null }[]
LatestEventForTickerQueryVariables
LatestEventForTickerQuery
LatestEventForTickerQuery: { __typename?: "Query"; latestEventForTicker: { __typename?: "Event"; id: string } }
Type declaration
Optional __typename?: "Query"
latestEventForTicker: { __typename?: "Event"; id: string }
Optional __typename?: "Event"
id: string
TranscriptQueryVariables
TranscriptQuery
Transcript
Query
: { __typename
?: "Query"; events
: { __typename
?: "Event"; id
: string; audioProxy
?: string | null; audioRecordingUrl
?: string | null; audioRecordingOffsetMs
: number; audioStreamUri
?: string | null; connectionStatus
: EventConnectionStatus; dialInPhoneNumbers
: string[]; dialInPin
?: string | null; eventDate
: string; eventType
: EventType; externalAudioStreamUrl
?: string | null; hasConnectionDetails
: boolean; hasPublishedTranscript
: boolean; hasTranscript
: boolean; isLive
: boolean; liveStreamUrl
?: string | null; publishedTranscriptExpected
: boolean; title
: string; webcastUrls
: string[]; attachments
: ({ __typename
?: "Attachment"; archivedUrl
: string; mimeType
: string; title
: string; url
: string } | null | undefined)[]; creator
?: { __typename
?: "User"; id
: string; firstName
?: string | null; lastName
?: string | null; primaryEmail
?: string | null; username
: string } | null; primaryCompany
?: { __typename
?: "Company"; id
: string; commonName
: string; instruments
: { __typename
?: "Instrument"; id
: string; isPrimary
: boolean; quotes
: { __typename
?: "Quote"; id
: string; isPrimary
: boolean; localTicker
: string; exchange
: { __typename
?: "Exchange"; id
: string; shortName
: string; country
: { __typename
?: "Country"; id
: string; countryCode
: string } } }[] }[] } | null; quotePrices
: { __typename
?: "EventQuotePriceInfo"; currentDayClosePrice
?: number | null; currentDayOpenPrice
?: number | null; endPrice
?: number | null; previousDayClosePrice
?: number | null; startPrice
?: number | null; quote
: { __typename
?: "Quote"; id
: string; localTicker
: string; exchange
: { __typename
?: "Exchange"; id
: string; shortName
: string } }; realtimePrices
: { __typename
?: "EventQuoteRealtimePrice"; id
: string; date
: string; price
: number; priceChangeFromStartPercent
?: number | null; priceChangeFromStartValue
?: number | null; volume
: number; volumeChangeFromLastPercent
?: number | null; volumeChangeFromLastValue
?: number | null; volumeChangeFromStartPercent
?: number | null; volumeChangeFromStartValue
?: number | null }[] }[]; summaries
: { __typename
?: "EventSummarization"; id
: string; audioClip
?: string | null; created
: string; eventId
: string; modelType
: EventSummarizationModelType; modified
?: string | null; priority
: number; reviewed
?: string | null; summary
: string[]; summaryType
: EventSummarizationSummaryType; title
: string; transcriptVersion
: number; videoClip
?: string | null }[]; transcripts
: { __typename
?: "EventTranscript"; id
: string; sections
: { __typename
?: "EventTranscriptSection"; id
: string; speakerTurns
: { __typename
?: "EventTranscriptSpeakerTurn"; id
: string; paragraphs
: { __typename
?: "EventTranscriptParagraph"; id
: string; displayTimestamp
?: string | null; syncMs
?: number | null; syncTimestamp
?: string | null; timestamp
?: string | null; sentences
: { __typename
?: "EventTranscriptSentence"; id
: string; text
: string; sentiment
?: { __typename
?: "EventTranscriptSentenceSentimentContainer"; id
: string; textual
?: { __typename
?: "EventTranscriptSentenceTextualSentiment"; id
: string; basicSentiment
: BasicTextualSentiment; overThreshold
: boolean } | null } | null }[] }[]; speaker
: { __typename
?: "EventTranscriptSpeaker"; id
: string; identified
: boolean; name
: string; title
?: string | null } }[] }[] }[] }[] }Type declaration
Optional __typename?: "Query"
events: { __typename?: "Event"; id: string; audioProxy?: string | null; audioRecordingUrl?: string | null; audioRecordingOffsetMs: number; audioStreamUri?: string | null; connectionStatus: EventConnectionStatus; dialInPhoneNumbers: string[]; dialInPin?: string | null; eventDate: string; eventType: EventType; externalAudioStreamUrl?: string | null; hasConnectionDetails: boolean; hasPublishedTranscript: boolean; hasTranscript: boolean; isLive: boolean; liveStreamUrl?: string | null; publishedTranscriptExpected: boolean; title: string; webcastUrls: string[]; attachments: ({ __typename?: "Attachment"; archivedUrl: string; mimeType: string; title: string; url: string } | null | undefined)[]; creator?: { __typename?: "User"; id: string; firstName?: string | null; lastName?: string | null; primaryEmail?: string | null; username: string } | null; primaryCompany?: { __typename?: "Company"; id: string; commonName: string; instruments: { __typename?: "Instrument"; id: string; isPrimary: boolean; quotes: { __typename?: "Quote"; id: string; isPrimary: boolean; localTicker: string; exchange: { __typename?: "Exchange"; id: string; shortName: string; country: { __typename?: "Country"; id: string; countryCode: string } } }[] }[] } | null; quotePrices: { __typename?: "EventQuotePriceInfo"; currentDayClosePrice?: number | null; currentDayOpenPrice?: number | null; endPrice?: number | null; previousDayClosePrice?: number | null; startPrice?: number | null; quote: { __typename?: "Quote"; id: string; localTicker: string; exchange: { __typename?: "Exchange"; id: string; shortName: string } }; realtimePrices: { __typename?: "EventQuoteRealtimePrice"; id: string; date: string; price: number; priceChangeFromStartPercent?: number | null; priceChangeFromStartValue?: number | null; volume: number; volumeChangeFromLastPercent?: number | null; volumeChangeFromLastValue?: number | null; volumeChangeFromStartPercent?: number | null; volumeChangeFromStartValue?: number | null }[] }[]; summaries: { __typename?: "EventSummarization"; id: string; audioClip?: string | null; created: string; eventId: string; modelType: EventSummarizationModelType; modified?: string | null; priority: number; reviewed?: string | null; summary: string[]; summaryType: EventSummarizationSummaryType; title: string; transcriptVersion: number; videoClip?: string | null }[]; transcripts: { __typename?: "EventTranscript"; id: string; sections: { __typename?: "EventTranscriptSection"; id: string; speakerTurns: { __typename?: "EventTranscriptSpeakerTurn"; id: string; paragraphs: { __typename?: "EventTranscriptParagraph"; id: string; displayTimestamp?: string | null; syncMs?: number | null; syncTimestamp?: string | null; timestamp?: string | null; sentences: { __typename?: "EventTranscriptSentence"; id: string; text: string; sentiment?: { __typename?: "EventTranscriptSentenceSentimentContainer"; id: string; textual?: { __typename?: "EventTranscriptSentenceTextualSentiment"; id: string; basicSentiment: BasicTextualSentiment; overThreshold: boolean } | null } | null }[] }[]; speaker: { __typename?: "EventTranscriptSpeaker"; id: string; identified: boolean; name: string; title?: string | null } }[] }[] }[] }[]
LatestParagraphsQueryVariables
Latest
Paragraphs
Query
Variables
: Exact<{ eventId
: Scalars["ID"] }>LatestParagraphsQuery
LatestParagraphsQuery: { __typename?: "Query"; events: { __typename?: "Event"; id: string; transcripts: { __typename?: "EventTranscript"; id: string; latestParagraphs: { __typename?: "EventTranscriptParagraph"; id: string; timestamp?: string | null; displayTimestamp?: string | null; syncTimestamp?: string | null; syncMs?: number | null; sentences: { __typename?: "EventTranscriptSentence"; id: string; text: string }[] }[] }[] }[] }
Type declaration
Optional __typename?: "Query"
events: { __typename?: "Event"; id: string; transcripts: { __typename?: "EventTranscript"; id: string; latestParagraphs: { __typename?: "EventTranscriptParagraph"; id: string; timestamp?: string | null; displayTimestamp?: string | null; syncTimestamp?: string | null; syncMs?: number | null; sentences: { __typename?: "EventTranscriptSentence"; id: string; text: string }[] }[] }[] }[]
Variables
Const ChatMessagePromptFragmentFragmentDoc
ChatMessagePromptFragmentFragmentDoc: DocumentNode = ...
Const ChatMessageResponseFragmentFragmentDoc
ChatMessageResponseFragmentFragmentDoc: DocumentNode = ...
Const ChatMessageSourceConfirmationFragmentFragmentDoc
ChatMessageSourceConfirmationFragmentFragmentDoc: DocumentNode = ...
Const RefreshDocument
RefreshDocument: DocumentNode = ...
Const CompanyFilterDocument
CompanyFilterDocument: DocumentNode = ...
Const CompanyResolutionDocument
CompanyResolutionDocument: DocumentNode = ...
Const UpsertPrimaryWatchlistDocument
UpsertPrimaryWatchlistDocument: DocumentNode = ...
Const UserStatusDocument
UserStatusDocument: DocumentNode = ...
Const AppConfigDocument
AppConfigDocument: DocumentNode = ...
Const TrackDocument
TrackDocument: DocumentNode = ...
Const RealtimeCurrentUserDocument
RealtimeCurrentUserDocument: DocumentNode = ...
Const CreateAblyTokenDocument
CreateAblyTokenDocument: DocumentNode = ...
Const ClearChatSessionSourcesDocument
ClearChatSessionSourcesDocument: DocumentNode = ...
Const CreateChatSessionDocument
CreateChatSessionDocument: DocumentNode = ...
Const DeleteChatSessionDocument
DeleteChatSessionDocument: DocumentNode = ...
Const UpdateChatSessionDocument
UpdateChatSessionDocument: DocumentNode = ...
Const ChatSessionsDocument
ChatSessionsDocument: DocumentNode = ...
Const EventsDocument
EventsDocument: DocumentNode = ...
Const ChatSessionWithMessagesDocument
ChatSessionWithMessagesDocument: DocumentNode = ...
Const ConfirmChatMessageSourceConfirmationDocument
ConfirmChatMessageSourceConfirmationDocument: DocumentNode = ...
Const CreateChatMessagePromptDocument
CreateChatMessagePromptDocument: DocumentNode = ...
Const ChatSessionsRefetchDocument
ChatSessionsRefetchDocument: DocumentNode = ...
Const CurrentUserDocument
CurrentUserDocument: DocumentNode = ...
Const LoginDocument
LoginDocument: DocumentNode = ...
Const LoginWithPublicApiKeyDocument
LoginWithPublicApiKeyDocument: DocumentNode = ...
Const EventListDocument
EventListDocument: DocumentNode = ...
Const EventListCurrentUserDocument
EventListCurrentUserDocument: DocumentNode = ...
Const NewsDocument
NewsDocument: DocumentNode = ...
Const NewsListDocument
NewsListDocument: DocumentNode = ...
Const RecordingsDocument
RecordingsDocument: DocumentNode = ...
Const CreatePrivateRecordingDocument
CreatePrivateRecordingDocument: DocumentNode = ...
Const UpdatePrivateRecordingDocument
UpdatePrivateRecordingDocument: DocumentNode = ...
Const TranscrippetDocument
TranscrippetDocument: DocumentNode = ...
Const CurrentUserQueryDocument
CurrentUserQueryDocument: DocumentNode = ...
Const QuotePricesDocument
QuotePricesDocument: DocumentNode = ...
Const ReportEventIssueDocument
ReportEventIssueDocument: DocumentNode = ...
Const EventUpdatesDocument
EventUpdatesDocument: DocumentNode = ...
Const LatestEventForTickerDocument
LatestEventForTickerDocument: DocumentNode = ...
Const TranscriptDocument
TranscriptDocument: DocumentNode = ...
Const LatestParagraphsDocument
LatestParagraphsDocument: DocumentNode = ...
All built-in and custom scalars, mapped to their actual values