Skip to main content

Variable: graphEndpoints

const graphEndpoints: readonly [XRPCEndpoint<{ id: string; includeAncestors: boolean; includeChildren: boolean; includeRelationships: boolean; }, { ancestors: object[]; childCount: number; children: object[]; createdAt: string; description: string; externalIds: object[]; id: string; name: string; parentId: string; preprintCount: number; relationships: object[]; status: "approved" | "proposed" | "under_review" | "deprecated"; updatedAt: string; uri: string; }>, XRPCEndpoint<{ cursor: string; limit: number; parentId: string; status: "approved" | "proposed" | "under_review" | "deprecated"; }, { cursor: string; fields: object[]; hasMore: boolean; total: number; }>, XRPCEndpoint<{ cursor: string; limit: number; q: string; sort: "date" | "views" | "relevance"; status: "approved" | "proposed" | "under_review" | "deprecated"; type: "person" | "organization" | "concept" | "place"; }, { authorities: object[]; cursor: string; hasMore: boolean; total: number; }>, XRPCEndpoint<{ cursor: string; energy: string[]; limit: number; matter: string[]; personality: string[]; space: string[]; time: string[]; }, { cursor: string; facets: { energy: object[]; event: object[]; formGenre: object[]; matter: object[]; organization: object[]; person: object[]; personality: object[]; space: object[]; time: object[]; work: object[]; }; hasMore: boolean; hits: object[]; impressionId: string; total: number; }>, XRPCEndpoint<{ cursor: string; fieldId: string; limit: number; }, { cursor: string; hasMore: boolean; preprints: object[]; total: number; }>, XRPCEndpoint<{ id: string; }, { alternateNames: string[]; createdAt: string; description: string; externalIds: object[]; id: string; linkedAuthors: number; linkedPreprints: number; name: string; reconciliationCount: number; status: "approved" | "proposed" | "under_review" | "deprecated"; type: "person" | "organization" | "concept" | "place"; updatedAt: string; uri: string; }>, XRPCEndpoint<{ authorityId: string; cursor: string; limit: number; }, { cursor: string; hasMore: boolean; reconciliations: object[]; total: number; }>]

Defined in: src/api/handlers/xrpc/graph/index.ts:30