MCPcopy Create free account
hub / github.com/chainjet/platform / viewer

Method viewer

generated/graphql.ts:1723–1723  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1721export interface IQuery {
1722 user(id: string): User | Promise<User>;
1723 viewer(): User | Promise<User>;
1724 subscriptionPortalUrl(): string | Promise<string>;
1725 viewerContact(): ViewerContact | Promise<ViewerContact>;
1726 accountCredential(id: string): AccountCredential | Promise<AccountCredential>;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected