@teambit/graphql 1.0.107 → 1.0.109
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/artifacts/preview/teambit_harmony_graphql-preview.js +1 -0
- package/dist/create-remote-schemas/create-remote-schemas.js +3 -6
- package/dist/create-remote-schemas/create-remote-schemas.js.map +1 -1
- package/dist/graphql-error.d.ts +2 -2
- package/dist/graphql-provider/graphql-provider.d.ts +3 -3
- package/dist/graphql.composition.d.ts +2 -2
- package/dist/graphql.main.runtime.d.ts +6 -6
- package/dist/graphql.main.runtime.js +3 -5
- package/dist/graphql.main.runtime.js.map +1 -1
- package/dist/graphql.ui.runtime.d.ts +6 -6
- package/dist/{preview-1703590665075.js → preview-1703698405864.js} +2 -2
- package/dist/render-lifecycle.d.ts +7 -7
- package/dist/render-lifecycle.js +6 -6
- package/dist/render-lifecycle.js.map +1 -1
- package/dist/schema.d.ts +1 -1
- package/package.json +17 -22
- package/tsconfig.json +16 -21
- package/types/asset.d.ts +15 -3
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports["teambit.harmony/graphql-preview"]=t():e["teambit.harmony/graphql-preview"]=t()}(self,(()=>(()=>{"use strict";var e={42373:(e,t,o)=>{var r={id:"teambit.harmony/graphql@1.0.109",homepage:"https://bit.cloud/teambit/harmony/graphql",exported:!0};function n(){const e=i(o(87363));return n=function(){return e},e}function i(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.Logo=void 0,n.__bit_component=r,i.__bit_component=r;const a=()=>n().default.createElement("div",{style:{height:"100%",display:"flex",justifyContent:"center"}},n().default.createElement("img",{style:{width:70},src:"https://static.bit.dev/brands/logo-grphql.svg"}));a.__bit_component=r,t.Logo=a},87363:e=>{e.exports=React}},t={};function o(r){var n=t[r];if(void 0!==n)return n.exports;var i=t[r]={exports:{}};return e[r](i,i.exports,o),i.exports}o.d=(e,t)=>{for(var r in t)o.o(t,r)&&!o.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},o.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),o.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var r={};return(()=>{o.r(r),o.d(r,{compositions:()=>d,compositions_metadata:()=>f,overview:()=>u});var e={};o.r(e),o.d(e,{default:()=>l});var t=o(42373);o(87363);const n=MdxJsReact,i=TeambitMdxUiMdxScopeContext;var a=["components"];function p(){return p=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var o=arguments[t];for(var r in o)Object.prototype.hasOwnProperty.call(o,r)&&(e[r]=o[r])}return e},p.apply(this,arguments)}var c={},s="wrapper";function l(e){var t=e.components,o=function(e,t){if(null==e)return{};var o,r,n=function(e,t){if(null==e)return{};var o,r,n={},i=Object.keys(e);for(r=0;r<i.length;r++)o=i[r],t.indexOf(o)>=0||(n[o]=e[o]);return n}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r<i.length;r++)o=i[r],t.indexOf(o)>=0||Object.prototype.propertyIsEnumerable.call(e,o)&&(n[o]=e[o])}return n}(e,a);return(0,n.mdx)(s,p({},c,o,{components:t,mdxType:"MDXLayout"}),(0,n.mdx)(i.MDXScopeProvider,{components:{},mdxType:"MDXScopeProvider"}))}l.isMDXComponent=!0;const d=[t],u=[e],f={compositions:[{displayName:"Logo",identifier:"Logo"}]}})(),r})()));
|
|
@@ -74,11 +74,9 @@ async function getRemoteSchema({
|
|
|
74
74
|
}) {
|
|
75
75
|
const wrappingLink = new (_apolloLink().ApolloLink)((operation, forward) => {
|
|
76
76
|
return forward(operation).map(response => {
|
|
77
|
-
var _context$response;
|
|
78
77
|
const context = operation.getContext();
|
|
79
|
-
if (context
|
|
80
|
-
|
|
81
|
-
context === null || context === void 0 || (_context$graphqlConte = context.graphqlContext) === null || _context$graphqlConte === void 0 || (_context$graphqlConte = _context$graphqlConte.res) === null || _context$graphqlConte === void 0 || _context$graphqlConte.setHeader('set-cookie', context === null || context === void 0 || (_context$response2 = context.response) === null || _context$response2 === void 0 || (_context$response2 = _context$response2.headers) === null || _context$response2 === void 0 ? void 0 : _context$response2.get('set-cookie'));
|
|
78
|
+
if (context?.response?.headers?.get('set-cookie')) {
|
|
79
|
+
context?.graphqlContext?.res?.setHeader('set-cookie', context?.response?.headers?.get('set-cookie'));
|
|
82
80
|
}
|
|
83
81
|
return response;
|
|
84
82
|
});
|
|
@@ -89,9 +87,8 @@ async function getRemoteSchema({
|
|
|
89
87
|
fetch: _nodeFetch().default
|
|
90
88
|
});
|
|
91
89
|
const httpLink = (0, _apolloLinkContext().setContext)((request, previousContext) => {
|
|
92
|
-
var _previousContext$grap;
|
|
93
90
|
return {
|
|
94
|
-
headers: previousContext
|
|
91
|
+
headers: previousContext?.graphqlContext?.headers
|
|
95
92
|
};
|
|
96
93
|
}).concat(wrappingLink).concat(http);
|
|
97
94
|
if (!subscriptionsUri) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_nodeFetch","data","_interopRequireDefault","require","_apolloLinkContext","_apolloLinkHttp","_apolloServer","_apolloLinkWs","_apolloLink","_apolloUtilities","_subscriptionsTransportWs","_ws","obj","__esModule","default","getRemoteSchema","uri","subscriptionsUri","wrappingLink","ApolloLink","operation","forward","map","response","
|
|
1
|
+
{"version":3,"names":["_nodeFetch","data","_interopRequireDefault","require","_apolloLinkContext","_apolloLinkHttp","_apolloServer","_apolloLinkWs","_apolloLink","_apolloUtilities","_subscriptionsTransportWs","_ws","obj","__esModule","default","getRemoteSchema","uri","subscriptionsUri","wrappingLink","ApolloLink","operation","forward","map","response","context","getContext","headers","get","graphqlContext","res","setHeader","http","HttpLink","fetch","httpLink","setContext","request","previousContext","concat","makeRemoteExecutableSchema","schema","introspectSchema","link","client","SubscriptionClient","reconnect","ws","wsLink","WebSocketLink","split","definition","getMainDefinition","query","kind","createRemoteSchemas","servers","schemasP","server","Promise","all"],"sources":["create-remote-schemas.ts"],"sourcesContent":["import fetch from 'node-fetch';\nimport { setContext } from 'apollo-link-context';\nimport { HttpLink } from 'apollo-link-http';\nimport { makeRemoteExecutableSchema, introspectSchema } from 'apollo-server';\nimport { WebSocketLink } from 'apollo-link-ws';\nimport { split, ApolloLink } from 'apollo-link';\nimport { getMainDefinition } from 'apollo-utilities';\nimport { SubscriptionClient } from 'subscriptions-transport-ws';\nimport ws from 'ws';\nimport { GraphQLServer } from '../graphql-server';\n\nasync function getRemoteSchema({ uri, subscriptionsUri }) {\n const wrappingLink = new ApolloLink((operation, forward) => {\n return forward(operation).map((response) => {\n const context = operation.getContext();\n if (context?.response?.headers?.get('set-cookie')) {\n context?.graphqlContext?.res?.setHeader('set-cookie', context?.response?.headers?.get('set-cookie'));\n }\n return response;\n });\n });\n // @ts-ignore\n const http = new HttpLink({ uri, fetch });\n const httpLink = setContext((request, previousContext) => {\n return {\n headers: previousContext?.graphqlContext?.headers,\n };\n })\n .concat(wrappingLink)\n .concat(http);\n\n if (!subscriptionsUri) {\n return makeRemoteExecutableSchema({\n schema: await introspectSchema(httpLink),\n link: httpLink,\n });\n }\n\n // Create WebSocket link with custom client\n const client = new SubscriptionClient(subscriptionsUri, { reconnect: true }, ws);\n const wsLink = new WebSocketLink(client);\n\n // Using the ability to split links, we can send data to each link\n // depending on what kind of operation is being sent\n const link = split(\n (operation) => {\n const definition = getMainDefinition(operation.query);\n return definition.kind === 'OperationDefinition' && definition.operation === 'subscription';\n },\n wsLink,\n httpLink\n );\n\n return makeRemoteExecutableSchema({\n schema: await introspectSchema(httpLink),\n link,\n });\n}\n\nexport async function createRemoteSchemas(servers: GraphQLServer[]) {\n const schemasP = servers.map(async (server) => {\n return getRemoteSchema({\n uri: server.uri,\n subscriptionsUri: server.subscriptionsUri,\n });\n });\n\n return Promise.all(schemasP);\n}\n"],"mappings":"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"}
|
package/dist/graphql-error.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ export declare class GraphQlError {
|
|
|
6
6
|
/**
|
|
7
7
|
* error message of the error
|
|
8
8
|
*/
|
|
9
|
-
readonly message?: string
|
|
9
|
+
readonly message?: string;
|
|
10
10
|
constructor(
|
|
11
11
|
/**
|
|
12
12
|
* http status code of error
|
|
@@ -15,5 +15,5 @@ export declare class GraphQlError {
|
|
|
15
15
|
/**
|
|
16
16
|
* error message of the error
|
|
17
17
|
*/
|
|
18
|
-
message?: string
|
|
18
|
+
message?: string);
|
|
19
19
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
2
|
import type { GraphQLClient } from '../graphql.ui.runtime';
|
|
3
|
-
export
|
|
3
|
+
export type GraphQLProviderProps = {
|
|
4
4
|
client: GraphQLClient<any>;
|
|
5
5
|
children: ReactNode;
|
|
6
6
|
};
|
|
7
|
-
export declare function GraphQLProvider({ client, children }: GraphQLProviderProps):
|
|
7
|
+
export declare function GraphQLProvider({ client, children }: GraphQLProviderProps): JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const Logo: () =>
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const Logo: () => JSX.Element;
|
|
@@ -10,16 +10,16 @@ export declare enum Verb {
|
|
|
10
10
|
WRITE = "write",
|
|
11
11
|
READ = "read"
|
|
12
12
|
}
|
|
13
|
-
export
|
|
13
|
+
export type GraphQLConfig = {
|
|
14
14
|
port: number;
|
|
15
15
|
subscriptionsPortRange: number[];
|
|
16
16
|
subscriptionsPath: string;
|
|
17
17
|
disableCors?: boolean;
|
|
18
18
|
};
|
|
19
|
-
export
|
|
20
|
-
export
|
|
21
|
-
export
|
|
22
|
-
export
|
|
19
|
+
export type GraphQLServerSlot = SlotRegistry<GraphQLServer>;
|
|
20
|
+
export type SchemaSlot = SlotRegistry<Schema>;
|
|
21
|
+
export type PubSubSlot = SlotRegistry<PubSubEngine>;
|
|
22
|
+
export type GraphQLServerOptions = {
|
|
23
23
|
schemaSlot?: SchemaSlot;
|
|
24
24
|
app?: Express;
|
|
25
25
|
graphiql?: boolean;
|
|
@@ -76,7 +76,7 @@ export declare class GraphqlMain {
|
|
|
76
76
|
/**
|
|
77
77
|
* returns the schema for a specific aspect by its id.
|
|
78
78
|
*/
|
|
79
|
-
getSchema(aspectId: string): Schema
|
|
79
|
+
getSchema(aspectId: string): Schema;
|
|
80
80
|
/**
|
|
81
81
|
* get multiple schema by aspect ids.
|
|
82
82
|
*/
|
|
@@ -214,14 +214,13 @@ class GraphqlMain {
|
|
|
214
214
|
// eslint-disable-next-line @typescript-eslint/no-misused-promises
|
|
215
215
|
(0, _expressGraphql().graphqlHTTP)((request, res, params) => ({
|
|
216
216
|
customFormatErrorFn: err => {
|
|
217
|
-
var _err$originalError, _err$originalError2, _err$originalError3, _err$originalError4;
|
|
218
217
|
this.logger.error('graphql got an error during running the following query:', params);
|
|
219
218
|
this.logger.error('graphql error ', err);
|
|
220
219
|
return Object.assign(err, {
|
|
221
220
|
// @ts-ignore
|
|
222
|
-
ERR_CODE:
|
|
221
|
+
ERR_CODE: err?.originalError?.errors?.[0].ERR_CODE || err.originalError?.constructor?.name,
|
|
223
222
|
// @ts-ignore
|
|
224
|
-
HTTP_CODE:
|
|
223
|
+
HTTP_CODE: err?.originalError?.errors?.[0].HTTP_CODE || err.originalError?.code
|
|
225
224
|
});
|
|
226
225
|
},
|
|
227
226
|
schema,
|
|
@@ -349,9 +348,8 @@ class GraphqlMain {
|
|
|
349
348
|
schemaDirectives: schema.schemaDirectives,
|
|
350
349
|
imports: moduleDeps,
|
|
351
350
|
context: session => {
|
|
352
|
-
var _session$headers;
|
|
353
351
|
return _objectSpread(_objectSpread({}, session), {}, {
|
|
354
|
-
verb:
|
|
352
|
+
verb: session?.headers?.['x-verb'] || Verb.READ
|
|
355
353
|
});
|
|
356
354
|
}
|
|
357
355
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_schema","data","require","_graphqlDisableIntrospection","_interopRequireDefault","_core","_cli","_harmony","_logger","_express","_expressGraphql","_toolboxNetwork","_graphql","_graphqlSubscriptions","_http","_httpProxy","_subscriptionsTransportWs","_cors","_createRemoteSchemas","_graphql2","obj","__esModule","default","ownKeys","e","r","t","Object","keys","getOwnPropertySymbols","o","filter","getOwnPropertyDescriptor","enumerable","push","apply","_objectSpread","arguments","length","forEach","_defineProperty","getOwnPropertyDescriptors","defineProperties","defineProperty","key","value","_toPropertyKey","configurable","writable","i","_toPrimitive","String","Symbol","toPrimitive","call","TypeError","Number","Verb","exports","GraphqlMain","constructor","config","moduleSlot","context","logger","graphQLServerSlot","pubSubSlot","Map","pubsub","pubSubSlots","values","PubSub","getSchema","aspectId","get","getSchemas","aspectIds","toArray","includes","map","schema","createServer","options","graphiql","disableIntrospection","localSchema","createRootModule","schemaSlot","remoteSchemas","createRemoteSchemas","schemas","concat","x","mergeSchemas","app","express","disableCors","use","cors","origin","callback","credentials","graphqlHTTP","request","res","params","customFormatErrorFn","err","_err$originalError","_err$originalError2","_err$originalError3","_err$originalError4","error","assign","ERR_CODE","originalError","errors","name","HTTP_CODE","code","rootValue","validationRules","NoIntrospection","undefined","server","subscriptionsPort","subscriptionsPortRange","subscriptionServerPort","getPort","port","createSubscription","proxySubscription","registerServer","register","registerPubSub","Error","listen","serverPort","subServer","info","subscriptionsPath","range","from","to","Port","websocketServer","response","writeHead","end","debug","SubscriptionServer","execute","subscribe","onConnect","onWsConnect","path","proxServer","httpProxy","createProxyServer","on","req","socket","head","url","ws","target","host","modules","buildModules","GraphQLModule","imports","schemaSlots","extensionId","moduleDeps","getModuleDependencies","module","typeDefs","resolvers","schemaDirectives","session","_session$headers","verb","headers","READ","set","extension","extensions","deps","getDependencies","ids","dep","id","Array","entries","depId","provider","loggerFactory","createLogger","GraphqlAspect","graphqlMain","Slot","withType","MainRuntime","LoggerAspect","addRuntime"],"sources":["graphql.main.runtime.ts"],"sourcesContent":["import { mergeSchemas } from '@graphql-tools/schema';\nimport NoIntrospection from 'graphql-disable-introspection';\nimport { GraphQLModule } from '@graphql-modules/core';\nimport { MainRuntime } from '@teambit/cli';\nimport { Harmony, Slot, SlotRegistry } from '@teambit/harmony';\nimport { Logger, LoggerAspect, LoggerMain } from '@teambit/logger';\nimport express, { Express } from 'express';\nimport { graphqlHTTP } from 'express-graphql';\nimport { Port } from '@teambit/toolbox.network.get-port';\nimport { execute, subscribe } from 'graphql';\nimport { PubSubEngine, PubSub } from 'graphql-subscriptions';\nimport { createServer, Server } from 'http';\nimport httpProxy from 'http-proxy';\nimport { SubscriptionServer } from 'subscriptions-transport-ws';\nimport cors from 'cors';\nimport { GraphQLServer } from './graphql-server';\nimport { createRemoteSchemas } from './create-remote-schemas';\nimport { GraphqlAspect } from './graphql.aspect';\nimport { Schema } from './schema';\n\nexport enum Verb {\n WRITE = 'write',\n READ = 'read',\n}\n\nexport type GraphQLConfig = {\n port: number;\n subscriptionsPortRange: number[];\n subscriptionsPath: string;\n disableCors?: boolean;\n};\n\nexport type GraphQLServerSlot = SlotRegistry<GraphQLServer>;\n\nexport type SchemaSlot = SlotRegistry<Schema>;\n\nexport type PubSubSlot = SlotRegistry<PubSubEngine>;\n\nexport type GraphQLServerOptions = {\n schemaSlot?: SchemaSlot;\n app?: Express;\n graphiql?: boolean;\n disableIntrospection?: boolean;\n remoteSchemas?: GraphQLServer[];\n subscriptionsPortRange?: number[];\n onWsConnect?: Function;\n};\n\nexport class GraphqlMain {\n constructor(\n /**\n * extension config\n */\n readonly config: GraphQLConfig,\n\n /**\n * slot for registering graphql modules\n */\n private moduleSlot: SchemaSlot,\n\n /**\n * harmony context.\n */\n private context: Harmony,\n\n /**\n * logger extension.\n */\n readonly logger: Logger,\n\n private graphQLServerSlot: GraphQLServerSlot,\n\n /**\n * graphql pubsub. allows to emit events to clients.\n */\n private pubSubSlot: PubSubSlot\n ) {}\n\n get pubsub(): PubSubEngine {\n const pubSubSlots = this.pubSubSlot.values();\n if (pubSubSlots.length) return pubSubSlots[0];\n return new PubSub();\n }\n\n private modules = new Map<string, GraphQLModule>();\n\n /**\n * returns the schema for a specific aspect by its id.\n */\n getSchema(aspectId: string) {\n return this.moduleSlot.get(aspectId);\n }\n\n /**\n * get multiple schema by aspect ids.\n */\n getSchemas(aspectIds: string[]) {\n return this.moduleSlot\n .toArray()\n .filter(([aspectId]) => {\n return aspectIds.includes(aspectId);\n })\n .map(([, schema]) => {\n return schema;\n });\n }\n\n async createServer(options: GraphQLServerOptions) {\n const { graphiql = true, disableIntrospection } = options;\n const localSchema = this.createRootModule(options.schemaSlot);\n const remoteSchemas = await createRemoteSchemas(options.remoteSchemas || this.graphQLServerSlot.values());\n const schemas = [localSchema.schema].concat(remoteSchemas).filter((x) => x);\n const schema = mergeSchemas({\n schemas,\n });\n\n // TODO: @guy please consider to refactor to express extension.\n const app = options.app || express();\n if (!this.config.disableCors) {\n app.use(\n // @ts-ignore todo: it's not clear what's the issue.\n cors({\n origin(origin, callback) {\n callback(null, true);\n },\n credentials: true,\n })\n );\n }\n\n app.use(\n '/graphql',\n // eslint-disable-next-line @typescript-eslint/no-misused-promises\n graphqlHTTP((request, res, params) => ({\n customFormatErrorFn: (err) => {\n this.logger.error('graphql got an error during running the following query:', params);\n this.logger.error('graphql error ', err);\n return Object.assign(err, {\n // @ts-ignore\n ERR_CODE: err?.originalError?.errors?.[0].ERR_CODE || err.originalError?.constructor?.name,\n // @ts-ignore\n HTTP_CODE: err?.originalError?.errors?.[0].HTTP_CODE || err.originalError?.code,\n });\n },\n schema,\n rootValue: request,\n graphiql,\n validationRules: disableIntrospection ? [NoIntrospection] : undefined,\n }))\n );\n\n const server = createServer(app);\n const subscriptionsPort = options.subscriptionsPortRange || this.config.subscriptionsPortRange;\n const subscriptionServerPort = await this.getPort(subscriptionsPort);\n const { port } = await this.createSubscription(options, subscriptionServerPort);\n this.proxySubscription(server, port);\n\n return server;\n }\n\n /**\n * register a new graphql server.\n */\n registerServer(server: GraphQLServer) {\n this.graphQLServerSlot.register(server);\n return this;\n }\n\n /**\n * register a pubsub client\n */\n registerPubSub(pubsub: PubSubEngine) {\n const pubSubSlots = this.pubSubSlot.toArray();\n if (pubSubSlots.length) throw new Error('can not register more then one pubsub provider');\n this.pubSubSlot.register(pubsub);\n return this;\n }\n\n /**\n * start a graphql server.\n */\n async listen(port?: number, server?: Server, app?: Express) {\n const serverPort = port || this.config.port;\n const subServer = server || (await this.createServer({ app }));\n\n subServer.listen(serverPort, () => {\n this.logger.info(`API Server over HTTP is now running on http://localhost:${serverPort}`);\n this.logger.info(\n `API Server over web socket with subscriptions is now running on ws://localhost:${serverPort}/${this.config.subscriptionsPath}`\n );\n });\n }\n\n /**\n * register a new graphql module.\n */\n register(schema: Schema) {\n // const module = new GraphQLModule(schema);\n this.moduleSlot.register(schema);\n return this;\n }\n\n private async getPort(range: number[]) {\n const [from, to] = range;\n return Port.getPort(from, to);\n }\n\n /** create Subscription server with different port */\n\n private async createSubscription(options: GraphQLServerOptions, port: number) {\n // Create WebSocket listener server\n const websocketServer = createServer((request, response) => {\n response.writeHead(404);\n response.end();\n });\n\n // Bind it to port and start listening\n websocketServer.listen(port, () =>\n this.logger.debug(`Websocket Server is now running on http://localhost:${port}`)\n );\n\n const localSchema = this.createRootModule(options.schemaSlot);\n const remoteSchemas = await createRemoteSchemas(options.remoteSchemas || this.graphQLServerSlot.values());\n const schemas = [localSchema.schema].concat(remoteSchemas).filter((x) => x);\n const schema = mergeSchemas({\n schemas,\n });\n\n // eslint-disable-next-line @typescript-eslint/no-unused-vars\n const subServer = new SubscriptionServer(\n {\n execute,\n subscribe,\n schema,\n onConnect: options.onWsConnect,\n },\n {\n server: websocketServer,\n path: this.config.subscriptionsPath,\n }\n );\n return { subServer, port };\n }\n /** proxy ws Subscription server to avoid conflict with different websocket connections */\n\n private proxySubscription(server: Server, port: number) {\n const proxServer = httpProxy.createProxyServer();\n const subscriptionsPath = this.config.subscriptionsPath;\n server.on('upgrade', function (req, socket, head) {\n if (req.url === subscriptionsPath) {\n proxServer.ws(req, socket, head, { target: { host: 'localhost', port } });\n }\n });\n }\n\n private createRootModule(schemaSlot?: SchemaSlot) {\n const modules = this.buildModules(schemaSlot);\n\n return new GraphQLModule({\n imports: modules,\n });\n }\n\n private buildModules(schemaSlot?: SchemaSlot) {\n const schemaSlots = schemaSlot ? schemaSlot.toArray() : this.moduleSlot.toArray();\n return schemaSlots.map(([extensionId, schema]) => {\n const moduleDeps = this.getModuleDependencies(extensionId);\n\n const module = new GraphQLModule({\n typeDefs: schema.typeDefs,\n resolvers: schema.resolvers,\n schemaDirectives: schema.schemaDirectives,\n imports: moduleDeps,\n context: (session) => {\n return {\n ...session,\n verb: session?.headers?.['x-verb'] || Verb.READ,\n };\n },\n });\n\n this.modules.set(extensionId, module);\n\n return module;\n });\n }\n\n private getModuleDependencies(extensionId: string): GraphQLModule[] {\n const extension = this.context.extensions.get(extensionId);\n if (!extension) throw new Error(`aspect ${extensionId} was not found`);\n const deps = this.context.getDependencies(extension);\n const ids = deps.map((dep) => dep.id);\n\n // @ts-ignore check :TODO why types are breaking here.\n return Array.from(this.modules.entries())\n .map(([depId, module]) => {\n const dep = ids.includes(depId);\n if (!dep) return undefined;\n return module;\n })\n .filter((module) => !!module);\n }\n\n static slots = [Slot.withType<Schema>(), Slot.withType<GraphQLServer>(), Slot.withType<PubSubSlot>()];\n\n static defaultConfig = {\n port: 4000,\n subscriptionsPortRange: [2000, 2100],\n disableCors: false,\n subscriptionsPath: '/subscriptions',\n };\n\n static runtime = MainRuntime;\n static dependencies = [LoggerAspect];\n\n static async provider(\n [loggerFactory]: [LoggerMain],\n config: GraphQLConfig,\n [moduleSlot, graphQLServerSlot, pubSubSlot]: [SchemaSlot, GraphQLServerSlot, PubSubSlot],\n context: Harmony\n ) {\n const logger = loggerFactory.createLogger(GraphqlAspect.id);\n const graphqlMain = new GraphqlMain(config, moduleSlot, context, logger, graphQLServerSlot, pubSubSlot);\n return graphqlMain;\n }\n}\n\nGraphqlAspect.addRuntime(GraphqlMain);\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"names":["_schema","data","require","_graphqlDisableIntrospection","_interopRequireDefault","_core","_cli","_harmony","_logger","_express","_expressGraphql","_toolboxNetwork","_graphql","_graphqlSubscriptions","_http","_httpProxy","_subscriptionsTransportWs","_cors","_createRemoteSchemas","_graphql2","obj","__esModule","default","ownKeys","e","r","t","Object","keys","getOwnPropertySymbols","o","filter","getOwnPropertyDescriptor","enumerable","push","apply","_objectSpread","arguments","length","forEach","_defineProperty","getOwnPropertyDescriptors","defineProperties","defineProperty","key","value","_toPropertyKey","configurable","writable","i","_toPrimitive","String","Symbol","toPrimitive","call","TypeError","Number","Verb","exports","GraphqlMain","constructor","config","moduleSlot","context","logger","graphQLServerSlot","pubSubSlot","Map","pubsub","pubSubSlots","values","PubSub","getSchema","aspectId","get","getSchemas","aspectIds","toArray","includes","map","schema","createServer","options","graphiql","disableIntrospection","localSchema","createRootModule","schemaSlot","remoteSchemas","createRemoteSchemas","schemas","concat","x","mergeSchemas","app","express","disableCors","use","cors","origin","callback","credentials","graphqlHTTP","request","res","params","customFormatErrorFn","err","error","assign","ERR_CODE","originalError","errors","name","HTTP_CODE","code","rootValue","validationRules","NoIntrospection","undefined","server","subscriptionsPort","subscriptionsPortRange","subscriptionServerPort","getPort","port","createSubscription","proxySubscription","registerServer","register","registerPubSub","Error","listen","serverPort","subServer","info","subscriptionsPath","range","from","to","Port","websocketServer","response","writeHead","end","debug","SubscriptionServer","execute","subscribe","onConnect","onWsConnect","path","proxServer","httpProxy","createProxyServer","on","req","socket","head","url","ws","target","host","modules","buildModules","GraphQLModule","imports","schemaSlots","extensionId","moduleDeps","getModuleDependencies","module","typeDefs","resolvers","schemaDirectives","session","verb","headers","READ","set","extension","extensions","deps","getDependencies","ids","dep","id","Array","entries","depId","provider","loggerFactory","createLogger","GraphqlAspect","graphqlMain","Slot","withType","MainRuntime","LoggerAspect","addRuntime"],"sources":["graphql.main.runtime.ts"],"sourcesContent":["import { mergeSchemas } from '@graphql-tools/schema';\nimport NoIntrospection from 'graphql-disable-introspection';\nimport { GraphQLModule } from '@graphql-modules/core';\nimport { MainRuntime } from '@teambit/cli';\nimport { Harmony, Slot, SlotRegistry } from '@teambit/harmony';\nimport { Logger, LoggerAspect, LoggerMain } from '@teambit/logger';\nimport express, { Express } from 'express';\nimport { graphqlHTTP } from 'express-graphql';\nimport { Port } from '@teambit/toolbox.network.get-port';\nimport { execute, subscribe } from 'graphql';\nimport { PubSubEngine, PubSub } from 'graphql-subscriptions';\nimport { createServer, Server } from 'http';\nimport httpProxy from 'http-proxy';\nimport { SubscriptionServer } from 'subscriptions-transport-ws';\nimport cors from 'cors';\nimport { GraphQLServer } from './graphql-server';\nimport { createRemoteSchemas } from './create-remote-schemas';\nimport { GraphqlAspect } from './graphql.aspect';\nimport { Schema } from './schema';\n\nexport enum Verb {\n WRITE = 'write',\n READ = 'read',\n}\n\nexport type GraphQLConfig = {\n port: number;\n subscriptionsPortRange: number[];\n subscriptionsPath: string;\n disableCors?: boolean;\n};\n\nexport type GraphQLServerSlot = SlotRegistry<GraphQLServer>;\n\nexport type SchemaSlot = SlotRegistry<Schema>;\n\nexport type PubSubSlot = SlotRegistry<PubSubEngine>;\n\nexport type GraphQLServerOptions = {\n schemaSlot?: SchemaSlot;\n app?: Express;\n graphiql?: boolean;\n disableIntrospection?: boolean;\n remoteSchemas?: GraphQLServer[];\n subscriptionsPortRange?: number[];\n onWsConnect?: Function;\n};\n\nexport class GraphqlMain {\n constructor(\n /**\n * extension config\n */\n readonly config: GraphQLConfig,\n\n /**\n * slot for registering graphql modules\n */\n private moduleSlot: SchemaSlot,\n\n /**\n * harmony context.\n */\n private context: Harmony,\n\n /**\n * logger extension.\n */\n readonly logger: Logger,\n\n private graphQLServerSlot: GraphQLServerSlot,\n\n /**\n * graphql pubsub. allows to emit events to clients.\n */\n private pubSubSlot: PubSubSlot\n ) {}\n\n get pubsub(): PubSubEngine {\n const pubSubSlots = this.pubSubSlot.values();\n if (pubSubSlots.length) return pubSubSlots[0];\n return new PubSub();\n }\n\n private modules = new Map<string, GraphQLModule>();\n\n /**\n * returns the schema for a specific aspect by its id.\n */\n getSchema(aspectId: string) {\n return this.moduleSlot.get(aspectId);\n }\n\n /**\n * get multiple schema by aspect ids.\n */\n getSchemas(aspectIds: string[]) {\n return this.moduleSlot\n .toArray()\n .filter(([aspectId]) => {\n return aspectIds.includes(aspectId);\n })\n .map(([, schema]) => {\n return schema;\n });\n }\n\n async createServer(options: GraphQLServerOptions) {\n const { graphiql = true, disableIntrospection } = options;\n const localSchema = this.createRootModule(options.schemaSlot);\n const remoteSchemas = await createRemoteSchemas(options.remoteSchemas || this.graphQLServerSlot.values());\n const schemas = [localSchema.schema].concat(remoteSchemas).filter((x) => x);\n const schema = mergeSchemas({\n schemas,\n });\n\n // TODO: @guy please consider to refactor to express extension.\n const app = options.app || express();\n if (!this.config.disableCors) {\n app.use(\n // @ts-ignore todo: it's not clear what's the issue.\n cors({\n origin(origin, callback) {\n callback(null, true);\n },\n credentials: true,\n })\n );\n }\n\n app.use(\n '/graphql',\n // eslint-disable-next-line @typescript-eslint/no-misused-promises\n graphqlHTTP((request, res, params) => ({\n customFormatErrorFn: (err) => {\n this.logger.error('graphql got an error during running the following query:', params);\n this.logger.error('graphql error ', err);\n return Object.assign(err, {\n // @ts-ignore\n ERR_CODE: err?.originalError?.errors?.[0].ERR_CODE || err.originalError?.constructor?.name,\n // @ts-ignore\n HTTP_CODE: err?.originalError?.errors?.[0].HTTP_CODE || err.originalError?.code,\n });\n },\n schema,\n rootValue: request,\n graphiql,\n validationRules: disableIntrospection ? [NoIntrospection] : undefined,\n }))\n );\n\n const server = createServer(app);\n const subscriptionsPort = options.subscriptionsPortRange || this.config.subscriptionsPortRange;\n const subscriptionServerPort = await this.getPort(subscriptionsPort);\n const { port } = await this.createSubscription(options, subscriptionServerPort);\n this.proxySubscription(server, port);\n\n return server;\n }\n\n /**\n * register a new graphql server.\n */\n registerServer(server: GraphQLServer) {\n this.graphQLServerSlot.register(server);\n return this;\n }\n\n /**\n * register a pubsub client\n */\n registerPubSub(pubsub: PubSubEngine) {\n const pubSubSlots = this.pubSubSlot.toArray();\n if (pubSubSlots.length) throw new Error('can not register more then one pubsub provider');\n this.pubSubSlot.register(pubsub);\n return this;\n }\n\n /**\n * start a graphql server.\n */\n async listen(port?: number, server?: Server, app?: Express) {\n const serverPort = port || this.config.port;\n const subServer = server || (await this.createServer({ app }));\n\n subServer.listen(serverPort, () => {\n this.logger.info(`API Server over HTTP is now running on http://localhost:${serverPort}`);\n this.logger.info(\n `API Server over web socket with subscriptions is now running on ws://localhost:${serverPort}/${this.config.subscriptionsPath}`\n );\n });\n }\n\n /**\n * register a new graphql module.\n */\n register(schema: Schema) {\n // const module = new GraphQLModule(schema);\n this.moduleSlot.register(schema);\n return this;\n }\n\n private async getPort(range: number[]) {\n const [from, to] = range;\n return Port.getPort(from, to);\n }\n\n /** create Subscription server with different port */\n\n private async createSubscription(options: GraphQLServerOptions, port: number) {\n // Create WebSocket listener server\n const websocketServer = createServer((request, response) => {\n response.writeHead(404);\n response.end();\n });\n\n // Bind it to port and start listening\n websocketServer.listen(port, () =>\n this.logger.debug(`Websocket Server is now running on http://localhost:${port}`)\n );\n\n const localSchema = this.createRootModule(options.schemaSlot);\n const remoteSchemas = await createRemoteSchemas(options.remoteSchemas || this.graphQLServerSlot.values());\n const schemas = [localSchema.schema].concat(remoteSchemas).filter((x) => x);\n const schema = mergeSchemas({\n schemas,\n });\n\n // eslint-disable-next-line @typescript-eslint/no-unused-vars\n const subServer = new SubscriptionServer(\n {\n execute,\n subscribe,\n schema,\n onConnect: options.onWsConnect,\n },\n {\n server: websocketServer,\n path: this.config.subscriptionsPath,\n }\n );\n return { subServer, port };\n }\n /** proxy ws Subscription server to avoid conflict with different websocket connections */\n\n private proxySubscription(server: Server, port: number) {\n const proxServer = httpProxy.createProxyServer();\n const subscriptionsPath = this.config.subscriptionsPath;\n server.on('upgrade', function (req, socket, head) {\n if (req.url === subscriptionsPath) {\n proxServer.ws(req, socket, head, { target: { host: 'localhost', port } });\n }\n });\n }\n\n private createRootModule(schemaSlot?: SchemaSlot) {\n const modules = this.buildModules(schemaSlot);\n\n return new GraphQLModule({\n imports: modules,\n });\n }\n\n private buildModules(schemaSlot?: SchemaSlot) {\n const schemaSlots = schemaSlot ? schemaSlot.toArray() : this.moduleSlot.toArray();\n return schemaSlots.map(([extensionId, schema]) => {\n const moduleDeps = this.getModuleDependencies(extensionId);\n\n const module = new GraphQLModule({\n typeDefs: schema.typeDefs,\n resolvers: schema.resolvers,\n schemaDirectives: schema.schemaDirectives,\n imports: moduleDeps,\n context: (session) => {\n return {\n ...session,\n verb: session?.headers?.['x-verb'] || Verb.READ,\n };\n },\n });\n\n this.modules.set(extensionId, module);\n\n return module;\n });\n }\n\n private getModuleDependencies(extensionId: string): GraphQLModule[] {\n const extension = this.context.extensions.get(extensionId);\n if (!extension) throw new Error(`aspect ${extensionId} was not found`);\n const deps = this.context.getDependencies(extension);\n const ids = deps.map((dep) => dep.id);\n\n // @ts-ignore check :TODO why types are breaking here.\n return Array.from(this.modules.entries())\n .map(([depId, module]) => {\n const dep = ids.includes(depId);\n if (!dep) return undefined;\n return module;\n })\n .filter((module) => !!module);\n }\n\n static slots = [Slot.withType<Schema>(), Slot.withType<GraphQLServer>(), Slot.withType<PubSubSlot>()];\n\n static defaultConfig = {\n port: 4000,\n subscriptionsPortRange: [2000, 2100],\n disableCors: false,\n subscriptionsPath: '/subscriptions',\n };\n\n static runtime = MainRuntime;\n static dependencies = [LoggerAspect];\n\n static async provider(\n [loggerFactory]: [LoggerMain],\n config: GraphQLConfig,\n [moduleSlot, graphQLServerSlot, pubSubSlot]: [SchemaSlot, GraphQLServerSlot, PubSubSlot],\n context: Harmony\n ) {\n const logger = loggerFactory.createLogger(GraphqlAspect.id);\n const graphqlMain = new GraphqlMain(config, moduleSlot, context, logger, graphQLServerSlot, pubSubSlot);\n return graphqlMain;\n }\n}\n\nGraphqlAspect.addRuntime(GraphqlMain);\n"],"mappings":"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"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
2
|
import { ApolloClient } from '@apollo/client';
|
|
3
3
|
import type { NormalizedCacheObject } from '@apollo/client';
|
|
4
4
|
import { GraphqlRenderPlugins } from './render-lifecycle';
|
|
@@ -6,8 +6,8 @@ import { GraphqlRenderPlugins } from './render-lifecycle';
|
|
|
6
6
|
* Type of gql client.
|
|
7
7
|
* Used to abstract Apollo client, so consumers could import the type from graphql.ui, and not have to depend on @apollo/client directly
|
|
8
8
|
* */
|
|
9
|
-
export
|
|
10
|
-
|
|
9
|
+
export type GraphQLClient<T> = ApolloClient<T>;
|
|
10
|
+
type ClientOptions = {
|
|
11
11
|
/** Preset in-memory cache with state (e.g. continue state from SSR) */
|
|
12
12
|
state?: NormalizedCacheObject;
|
|
13
13
|
/** endpoint for websocket connections */
|
|
@@ -27,11 +27,11 @@ export declare class GraphqlUI {
|
|
|
27
27
|
getProvider: ({ client, children }: {
|
|
28
28
|
client: GraphQLClient<any>;
|
|
29
29
|
children: ReactNode;
|
|
30
|
-
}) =>
|
|
30
|
+
}) => JSX.Element;
|
|
31
31
|
readonly renderPlugins: GraphqlRenderPlugins;
|
|
32
32
|
static runtime: import("@teambit/harmony").RuntimeDefinition;
|
|
33
|
-
static dependencies:
|
|
34
|
-
static slots:
|
|
33
|
+
static dependencies: any[];
|
|
34
|
+
static slots: any[];
|
|
35
35
|
static provider(): Promise<GraphqlUI>;
|
|
36
36
|
}
|
|
37
37
|
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_graphql@1.0.
|
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_graphql@1.0.
|
|
1
|
+
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_graphql@1.0.109/dist/graphql.composition.js';
|
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_graphql@1.0.109/dist/graphql.docs.mdx';
|
|
3
3
|
|
|
4
4
|
export const compositions = [compositions_0];
|
|
5
5
|
export const overview = [overview_0];
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
2
|
import type { ApolloClient, NormalizedCacheObject } from '@apollo/client';
|
|
3
3
|
import type { SSR } from '@teambit/ui';
|
|
4
4
|
import type { GraphqlUI, GraphQLClient } from './graphql.ui.runtime';
|
|
5
|
-
|
|
5
|
+
type RenderContext = {
|
|
6
6
|
client: GraphQLClient<any>;
|
|
7
7
|
};
|
|
8
8
|
export declare class GraphqlRenderPlugins implements SSR.RenderPlugin<RenderContext, {
|
|
@@ -19,21 +19,21 @@ export declare class GraphqlRenderPlugins implements SSR.RenderPlugin<RenderCont
|
|
|
19
19
|
onBeforeRender: (ctx: RenderContext, app: ReactNode) => Promise<void>;
|
|
20
20
|
serialize: (ctx?: RenderContext) => {
|
|
21
21
|
json: string;
|
|
22
|
-
}
|
|
22
|
+
};
|
|
23
23
|
deserialize: (raw?: string) => {
|
|
24
|
-
state: NormalizedCacheObject
|
|
24
|
+
state: NormalizedCacheObject;
|
|
25
25
|
};
|
|
26
26
|
private _client;
|
|
27
27
|
browserInit: ({ state }?: {
|
|
28
|
-
state?: NormalizedCacheObject
|
|
28
|
+
state?: NormalizedCacheObject;
|
|
29
29
|
}) => {
|
|
30
30
|
client: ApolloClient<NormalizedCacheObject>;
|
|
31
31
|
};
|
|
32
32
|
getClient(): ApolloClient<NormalizedCacheObject>;
|
|
33
33
|
private BrowserGqlProvider;
|
|
34
34
|
reactContext: ({ renderCtx, children }: {
|
|
35
|
-
renderCtx?: RenderContext
|
|
35
|
+
renderCtx?: RenderContext;
|
|
36
36
|
children: ReactNode;
|
|
37
|
-
}) =>
|
|
37
|
+
}) => JSX.Element;
|
|
38
38
|
}
|
|
39
39
|
export {};
|
package/dist/render-lifecycle.js
CHANGED
|
@@ -67,11 +67,11 @@ class GraphqlRenderPlugins {
|
|
|
67
67
|
_defineProperty(this, "serverInit", ({
|
|
68
68
|
browser
|
|
69
69
|
}) => {
|
|
70
|
-
const port =
|
|
70
|
+
const port = browser?.location.port || 3000;
|
|
71
71
|
const serverUrl = `http://localhost:${port}/graphql`;
|
|
72
72
|
const client = this.graphqlUI.createSsrClient({
|
|
73
73
|
serverUrl,
|
|
74
|
-
headers: (0, _lodash().default)(browser
|
|
74
|
+
headers: (0, _lodash().default)(browser?.headers, ALLOWED_HEADERS)
|
|
75
75
|
});
|
|
76
76
|
const ctx = {
|
|
77
77
|
client
|
|
@@ -89,7 +89,7 @@ class GraphqlRenderPlugins {
|
|
|
89
89
|
});
|
|
90
90
|
});
|
|
91
91
|
_defineProperty(this, "serialize", ctx => {
|
|
92
|
-
const client = ctx
|
|
92
|
+
const client = ctx?.client;
|
|
93
93
|
if (!client) return undefined;
|
|
94
94
|
return {
|
|
95
95
|
json: JSON.stringify(client.extract())
|
|
@@ -132,9 +132,9 @@ class GraphqlRenderPlugins {
|
|
|
132
132
|
renderCtx,
|
|
133
133
|
children
|
|
134
134
|
}) => {
|
|
135
|
-
if (!
|
|
135
|
+
if (!renderCtx?.client) throw new TypeError('GQL client is not initialized, make sure `.browserInit()` executes');
|
|
136
136
|
return /*#__PURE__*/_react().default.createElement(this.graphqlUI.getProvider, {
|
|
137
|
-
client: renderCtx
|
|
137
|
+
client: renderCtx?.client
|
|
138
138
|
}, children);
|
|
139
139
|
});
|
|
140
140
|
_defineProperty(this, "reactContext", _uiFoundationUi().isBrowser ? this.BrowserGqlProvider : ServerGqlProvider);
|
|
@@ -149,7 +149,7 @@ function ServerGqlProvider({
|
|
|
149
149
|
renderCtx,
|
|
150
150
|
children
|
|
151
151
|
}) {
|
|
152
|
-
if (!
|
|
152
|
+
if (!renderCtx?.client) throw new TypeError('GQL client has not been initialized during SSR, make sure `.serverInit()` executes');
|
|
153
153
|
const {
|
|
154
154
|
client
|
|
155
155
|
} = renderCtx;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","data","_interopRequireDefault","require","_ssr","_server","_lodash","_uiFoundationUi","_graphqlProvider","_graphql","obj","__esModule","default","_defineProperty","key","value","_toPropertyKey","Object","defineProperty","enumerable","configurable","writable","t","i","_toPrimitive","String","r","e","Symbol","toPrimitive","call","TypeError","Number","ALLOWED_HEADERS","GraphqlRenderPlugins","constructor","graphqlUI","GraphqlAspect","id","browser","port","location","serverUrl","client","createSsrClient","headers","pick","ctx","app","getMarkupFromTree","tree","renderFunction","ReactDOMServer","renderToStaticMarkup","undefined","json","JSON","stringify","extract","raw","state","parse","console","error","window","isInsecure","protocol","wsUrl","host","createClient","subscriptionUri","_client","renderCtx","children","createElement","getProvider","isBrowser","BrowserGqlProvider","ServerGqlProvider","getClient","browserInit","exports","GraphQLProvider"],"sources":["render-lifecycle.tsx"],"sourcesContent":["import React, { ReactNode } from 'react';\n// Calling getMarkupFromTree instead of getDataFromTree so we can control the render function\n// This is required since upgrade to @apollo/client v3.6.9 because otherwise the ssr is not working since\n// webpack is not bundling the react-dom/server\nimport { getMarkupFromTree } from '@apollo/client/react/ssr';\nimport ReactDOMServer from 'react-dom/server';\nimport type { ApolloClient, NormalizedCacheObject } from '@apollo/client';\nimport pick from 'lodash.pick';\n\nimport { isBrowser } from '@teambit/ui-foundation.ui.is-browser';\nimport type { SSR } from '@teambit/ui';\n\nimport type { GraphqlUI, GraphQLClient } from './graphql.ui.runtime';\nimport { GraphQLProvider } from './graphql-provider';\nimport { GraphqlAspect } from './graphql.aspect';\n\ntype RenderContext = {\n client: GraphQLClient<any>;\n};\n\nconst ALLOWED_HEADERS = ['cookie'];\n\nexport class GraphqlRenderPlugins implements SSR.RenderPlugin<RenderContext, { state?: NormalizedCacheObject }> {\n constructor(private graphqlUI: GraphqlUI) {}\n\n key = GraphqlAspect.id;\n\n serverInit = ({ browser }: SSR.SsrSession) => {\n const port = browser?.location.port || 3000;\n const serverUrl = `http://localhost:${port}/graphql`;\n\n const client = this.graphqlUI.createSsrClient({\n serverUrl,\n headers: pick(browser?.headers, ALLOWED_HEADERS),\n });\n\n const ctx: RenderContext = { client };\n return ctx;\n };\n\n /**\n * Eagerly and recursively execute all gql queries in the app.\n * Data will be available in gqlClient.extract()\n */\n onBeforeRender = async (ctx: RenderContext, app: ReactNode) => {\n await getMarkupFromTree({ tree: app, renderFunction: ReactDOMServer.renderToStaticMarkup });\n };\n\n serialize = (ctx?: RenderContext) => {\n const client = ctx?.client;\n if (!client) return undefined;\n\n return {\n json: JSON.stringify(client.extract()),\n };\n };\n\n deserialize = (raw?: string) => {\n if (!raw) return { state: undefined };\n let state: NormalizedCacheObject | undefined;\n try {\n state = JSON.parse(raw);\n } catch (e) {\n // eslint-disable-next-line no-console\n console.error('[GraphQL] failed deserializing state from DOM', e);\n }\n\n return { state };\n };\n\n private _client: ApolloClient<NormalizedCacheObject> | undefined = undefined;\n\n browserInit = ({ state }: { state?: NormalizedCacheObject } = {}) => {\n const { location } = window;\n const isInsecure = location.protocol === 'http:';\n const wsUrl = `${isInsecure ? 'ws:' : 'wss:'}//${location.host}/subscriptions`;\n\n const client = this.graphqlUI.createClient('/graphql', { state, subscriptionUri: wsUrl });\n this._client = client;\n\n return { client };\n };\n\n getClient() {\n if (!this._client) return this.browserInit().client;\n return this._client;\n }\n\n private BrowserGqlProvider = ({ renderCtx, children }: { renderCtx?: RenderContext; children: ReactNode }) => {\n if (!renderCtx?.client) throw new TypeError('GQL client is not initialized, make sure `.browserInit()` executes');\n\n return <this.graphqlUI.getProvider client={renderCtx?.client}>{children}</this.graphqlUI.getProvider>;\n };\n\n reactContext = isBrowser ? this.BrowserGqlProvider : ServerGqlProvider;\n}\n\nfunction ServerGqlProvider({ renderCtx, children }: { renderCtx?: RenderContext; children: ReactNode }) {\n if (!renderCtx?.client)\n throw new TypeError('GQL client has not been initialized during SSR, make sure `.serverInit()` executes');\n\n const { client } = renderCtx;\n return <GraphQLProvider client={client}>{children}</GraphQLProvider>;\n}\n"],"mappings":";;;;;;AAAA,SAAAA,OAAA;EAAA,MAAAC,IAAA,GAAAC,sBAAA,CAAAC,OAAA;EAAAH,MAAA,YAAAA,CAAA;IAAA,OAAAC,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AAIA,SAAAG,KAAA;EAAA,MAAAH,IAAA,GAAAE,OAAA;EAAAC,IAAA,YAAAA,CAAA;IAAA,OAAAH,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AACA,SAAAI,QAAA;EAAA,MAAAJ,IAAA,GAAAC,sBAAA,CAAAC,OAAA;EAAAE,OAAA,YAAAA,CAAA;IAAA,OAAAJ,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AAEA,SAAAK,QAAA;EAAA,MAAAL,IAAA,GAAAC,sBAAA,CAAAC,OAAA;EAAAG,OAAA,YAAAA,CAAA;IAAA,OAAAL,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AAEA,SAAAM,gBAAA;EAAA,MAAAN,IAAA,GAAAE,OAAA;EAAAI,eAAA,YAAAA,CAAA;IAAA,OAAAN,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AAIA,SAAAO,iBAAA;EAAA,MAAAP,IAAA,GAAAE,OAAA;EAAAK,gBAAA,YAAAA,CAAA;IAAA,OAAAP,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AACA,SAAAQ,SAAA;EAAA,MAAAR,IAAA,GAAAE,OAAA;EAAAM,QAAA,YAAAA,CAAA;IAAA,OAAAR,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AAAiD,SAAAC,uBAAAQ,GAAA,WAAAA,GAAA,IAAAA,GAAA,CAAAC,UAAA,GAAAD,GAAA,KAAAE,OAAA,EAAAF,GAAA;AAAA,SAAAG,gBAAAH,GAAA,EAAAI,GAAA,EAAAC,KAAA,IAAAD,GAAA,GAAAE,cAAA,CAAAF,GAAA,OAAAA,GAAA,IAAAJ,GAAA,IAAAO,MAAA,CAAAC,cAAA,CAAAR,GAAA,EAAAI,GAAA,IAAAC,KAAA,EAAAA,KAAA,EAAAI,UAAA,QAAAC,YAAA,QAAAC,QAAA,oBAAAX,GAAA,CAAAI,GAAA,IAAAC,KAAA,WAAAL,GAAA;AAAA,SAAAM,eAAAM,CAAA,QAAAC,CAAA,GAAAC,YAAA,CAAAF,CAAA,uCAAAC,CAAA,GAAAA,CAAA,GAAAE,MAAA,CAAAF,CAAA;AAAA,SAAAC,aAAAF,CAAA,EAAAI,CAAA,2BAAAJ,CAAA,KAAAA,CAAA,SAAAA,CAAA,MAAAK,CAAA,GAAAL,CAAA,CAAAM,MAAA,CAAAC,WAAA,kBAAAF,CAAA,QAAAJ,CAAA,GAAAI,CAAA,CAAAG,IAAA,CAAAR,CAAA,EAAAI,CAAA,uCAAAH,CAAA,SAAAA,CAAA,YAAAQ,SAAA,yEAAAL,CAAA,GAAAD,MAAA,GAAAO,MAAA,EAAAV,CAAA,KAbjD;AACA;AACA;AAiBA,MAAMW,eAAe,GAAG,CAAC,QAAQ,CAAC;AAE3B,MAAMC,oBAAoB,CAA+E;EAC9GC,WAAWA,CAASC,SAAoB,EAAE;IAAA,KAAtBA,SAAoB,GAApBA,SAAoB;IAAAvB,eAAA,cAElCwB,wBAAa,CAACC,EAAE;IAAAzB,eAAA,qBAET,CAAC;MAAE0B;IAAwB,CAAC,KAAK;MAC5C,MAAMC,IAAI,
|
|
1
|
+
{"version":3,"names":["_react","data","_interopRequireDefault","require","_ssr","_server","_lodash","_uiFoundationUi","_graphqlProvider","_graphql","obj","__esModule","default","_defineProperty","key","value","_toPropertyKey","Object","defineProperty","enumerable","configurable","writable","t","i","_toPrimitive","String","r","e","Symbol","toPrimitive","call","TypeError","Number","ALLOWED_HEADERS","GraphqlRenderPlugins","constructor","graphqlUI","GraphqlAspect","id","browser","port","location","serverUrl","client","createSsrClient","headers","pick","ctx","app","getMarkupFromTree","tree","renderFunction","ReactDOMServer","renderToStaticMarkup","undefined","json","JSON","stringify","extract","raw","state","parse","console","error","window","isInsecure","protocol","wsUrl","host","createClient","subscriptionUri","_client","renderCtx","children","createElement","getProvider","isBrowser","BrowserGqlProvider","ServerGqlProvider","getClient","browserInit","exports","GraphQLProvider"],"sources":["render-lifecycle.tsx"],"sourcesContent":["import React, { ReactNode } from 'react';\n// Calling getMarkupFromTree instead of getDataFromTree so we can control the render function\n// This is required since upgrade to @apollo/client v3.6.9 because otherwise the ssr is not working since\n// webpack is not bundling the react-dom/server\nimport { getMarkupFromTree } from '@apollo/client/react/ssr';\nimport ReactDOMServer from 'react-dom/server';\nimport type { ApolloClient, NormalizedCacheObject } from '@apollo/client';\nimport pick from 'lodash.pick';\n\nimport { isBrowser } from '@teambit/ui-foundation.ui.is-browser';\nimport type { SSR } from '@teambit/ui';\n\nimport type { GraphqlUI, GraphQLClient } from './graphql.ui.runtime';\nimport { GraphQLProvider } from './graphql-provider';\nimport { GraphqlAspect } from './graphql.aspect';\n\ntype RenderContext = {\n client: GraphQLClient<any>;\n};\n\nconst ALLOWED_HEADERS = ['cookie'];\n\nexport class GraphqlRenderPlugins implements SSR.RenderPlugin<RenderContext, { state?: NormalizedCacheObject }> {\n constructor(private graphqlUI: GraphqlUI) {}\n\n key = GraphqlAspect.id;\n\n serverInit = ({ browser }: SSR.SsrSession) => {\n const port = browser?.location.port || 3000;\n const serverUrl = `http://localhost:${port}/graphql`;\n\n const client = this.graphqlUI.createSsrClient({\n serverUrl,\n headers: pick(browser?.headers, ALLOWED_HEADERS),\n });\n\n const ctx: RenderContext = { client };\n return ctx;\n };\n\n /**\n * Eagerly and recursively execute all gql queries in the app.\n * Data will be available in gqlClient.extract()\n */\n onBeforeRender = async (ctx: RenderContext, app: ReactNode) => {\n await getMarkupFromTree({ tree: app, renderFunction: ReactDOMServer.renderToStaticMarkup });\n };\n\n serialize = (ctx?: RenderContext) => {\n const client = ctx?.client;\n if (!client) return undefined;\n\n return {\n json: JSON.stringify(client.extract()),\n };\n };\n\n deserialize = (raw?: string) => {\n if (!raw) return { state: undefined };\n let state: NormalizedCacheObject | undefined;\n try {\n state = JSON.parse(raw);\n } catch (e) {\n // eslint-disable-next-line no-console\n console.error('[GraphQL] failed deserializing state from DOM', e);\n }\n\n return { state };\n };\n\n private _client: ApolloClient<NormalizedCacheObject> | undefined = undefined;\n\n browserInit = ({ state }: { state?: NormalizedCacheObject } = {}) => {\n const { location } = window;\n const isInsecure = location.protocol === 'http:';\n const wsUrl = `${isInsecure ? 'ws:' : 'wss:'}//${location.host}/subscriptions`;\n\n const client = this.graphqlUI.createClient('/graphql', { state, subscriptionUri: wsUrl });\n this._client = client;\n\n return { client };\n };\n\n getClient() {\n if (!this._client) return this.browserInit().client;\n return this._client;\n }\n\n private BrowserGqlProvider = ({ renderCtx, children }: { renderCtx?: RenderContext; children: ReactNode }) => {\n if (!renderCtx?.client) throw new TypeError('GQL client is not initialized, make sure `.browserInit()` executes');\n\n return <this.graphqlUI.getProvider client={renderCtx?.client}>{children}</this.graphqlUI.getProvider>;\n };\n\n reactContext = isBrowser ? this.BrowserGqlProvider : ServerGqlProvider;\n}\n\nfunction ServerGqlProvider({ renderCtx, children }: { renderCtx?: RenderContext; children: ReactNode }) {\n if (!renderCtx?.client)\n throw new TypeError('GQL client has not been initialized during SSR, make sure `.serverInit()` executes');\n\n const { client } = renderCtx;\n return <GraphQLProvider client={client}>{children}</GraphQLProvider>;\n}\n"],"mappings":"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"}
|
package/dist/schema.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/graphql",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.109",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/harmony/graphql",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.harmony",
|
|
8
8
|
"name": "graphql",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.109"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@graphql-modules/core": "0.7.17",
|
|
@@ -30,33 +30,31 @@
|
|
|
30
30
|
"ws": "7.4.2",
|
|
31
31
|
"utf-8-validate": "5.0.5",
|
|
32
32
|
"bufferutil": "4.0.3",
|
|
33
|
-
"core-js": "^3.0.0",
|
|
34
|
-
"@babel/runtime": "7.20.0",
|
|
35
33
|
"@teambit/harmony": "0.4.6",
|
|
36
34
|
"@teambit/ui-foundation.ui.is-browser": "0.0.500",
|
|
37
|
-
"@teambit/cli": "0.0.
|
|
38
|
-
"@teambit/logger": "0.0.
|
|
35
|
+
"@teambit/cli": "0.0.841",
|
|
36
|
+
"@teambit/logger": "0.0.934",
|
|
39
37
|
"@teambit/toolbox.network.get-port": "1.0.4",
|
|
40
|
-
"@teambit/ui": "1.0.
|
|
38
|
+
"@teambit/ui": "1.0.109"
|
|
41
39
|
},
|
|
42
40
|
"devDependencies": {
|
|
43
|
-
"@types/react": "^17.0.8",
|
|
44
41
|
"@types/cors": "2.8.10",
|
|
45
42
|
"@types/express": "4.17.13",
|
|
46
43
|
"@types/lodash.pick": "4.4.6",
|
|
47
|
-
"@types/react-dom": "^17.0.5",
|
|
48
44
|
"@types/node-fetch": "2.5.12",
|
|
49
45
|
"@types/mocha": "9.1.0",
|
|
50
|
-
"@types/
|
|
51
|
-
"@types/
|
|
52
|
-
"@
|
|
46
|
+
"@types/jest": "^29.2.2",
|
|
47
|
+
"@types/testing-library__jest-dom": "^5.9.5",
|
|
48
|
+
"@teambit/harmony.envs.core-aspect-env": "0.0.14"
|
|
53
49
|
},
|
|
54
50
|
"peerDependencies": {
|
|
55
51
|
"@apollo/client": "^3.6.0",
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"react
|
|
52
|
+
"react": "^17.0.0 || ^18.0.0",
|
|
53
|
+
"react-dom": "^17.0.0 || ^18.0.0",
|
|
54
|
+
"graphql": "^15.8.0",
|
|
55
|
+
"@types/react": "^18.2.12",
|
|
56
|
+
"@types/react-dom": "^18.2.5",
|
|
57
|
+
"@teambit/legacy": "1.0.624"
|
|
60
58
|
},
|
|
61
59
|
"license": "Apache-2.0",
|
|
62
60
|
"optionalDependencies": {},
|
|
@@ -70,7 +68,7 @@
|
|
|
70
68
|
},
|
|
71
69
|
"private": false,
|
|
72
70
|
"engines": {
|
|
73
|
-
"node": ">=
|
|
71
|
+
"node": ">=16.0.0"
|
|
74
72
|
},
|
|
75
73
|
"repository": {
|
|
76
74
|
"type": "git",
|
|
@@ -79,12 +77,9 @@
|
|
|
79
77
|
"keywords": [
|
|
80
78
|
"bit",
|
|
81
79
|
"bit-aspect",
|
|
80
|
+
"bit-core-aspect",
|
|
82
81
|
"components",
|
|
83
82
|
"collaboration",
|
|
84
|
-
"web"
|
|
85
|
-
"react",
|
|
86
|
-
"react-components",
|
|
87
|
-
"angular",
|
|
88
|
-
"angular-components"
|
|
83
|
+
"web"
|
|
89
84
|
]
|
|
90
85
|
}
|
package/tsconfig.json
CHANGED
|
@@ -1,38 +1,33 @@
|
|
|
1
1
|
{
|
|
2
2
|
"compilerOptions": {
|
|
3
3
|
"lib": [
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"DOM.Iterable",
|
|
8
|
-
"ScriptHost"
|
|
4
|
+
"esnext",
|
|
5
|
+
"dom",
|
|
6
|
+
"dom.Iterable"
|
|
9
7
|
],
|
|
10
|
-
"target": "
|
|
11
|
-
"module": "
|
|
12
|
-
"jsx": "react",
|
|
13
|
-
"allowJs": true,
|
|
14
|
-
"composite": true,
|
|
8
|
+
"target": "es2020",
|
|
9
|
+
"module": "es2020",
|
|
10
|
+
"jsx": "react-jsx",
|
|
15
11
|
"declaration": true,
|
|
16
12
|
"sourceMap": true,
|
|
17
|
-
"skipLibCheck": true,
|
|
18
13
|
"experimentalDecorators": true,
|
|
19
|
-
"
|
|
14
|
+
"skipLibCheck": true,
|
|
20
15
|
"moduleResolution": "node",
|
|
21
16
|
"esModuleInterop": true,
|
|
22
|
-
"rootDir": ".",
|
|
23
17
|
"resolveJsonModule": true,
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"strictPropertyInitialization": false,
|
|
28
|
-
"strict": true,
|
|
29
|
-
"noImplicitAny": false,
|
|
30
|
-
"preserveConstEnums": true
|
|
18
|
+
"allowJs": true,
|
|
19
|
+
"outDir": "dist",
|
|
20
|
+
"emitDeclarationOnly": true
|
|
31
21
|
},
|
|
32
22
|
"exclude": [
|
|
23
|
+
"artifacts",
|
|
24
|
+
"public",
|
|
33
25
|
"dist",
|
|
26
|
+
"node_modules",
|
|
27
|
+
"package.json",
|
|
34
28
|
"esm.mjs",
|
|
35
|
-
"
|
|
29
|
+
"**/*.cjs",
|
|
30
|
+
"./dist"
|
|
36
31
|
],
|
|
37
32
|
"include": [
|
|
38
33
|
"**/*",
|
package/types/asset.d.ts
CHANGED
|
@@ -5,12 +5,12 @@ declare module '*.png' {
|
|
|
5
5
|
declare module '*.svg' {
|
|
6
6
|
import type { FunctionComponent, SVGProps } from 'react';
|
|
7
7
|
|
|
8
|
-
export const ReactComponent: FunctionComponent<
|
|
8
|
+
export const ReactComponent: FunctionComponent<
|
|
9
|
+
SVGProps<SVGSVGElement> & { title?: string }
|
|
10
|
+
>;
|
|
9
11
|
const src: string;
|
|
10
12
|
export default src;
|
|
11
13
|
}
|
|
12
|
-
|
|
13
|
-
// @TODO Gilad
|
|
14
14
|
declare module '*.jpg' {
|
|
15
15
|
const value: any;
|
|
16
16
|
export = value;
|
|
@@ -27,3 +27,15 @@ declare module '*.bmp' {
|
|
|
27
27
|
const value: any;
|
|
28
28
|
export = value;
|
|
29
29
|
}
|
|
30
|
+
declare module '*.otf' {
|
|
31
|
+
const value: any;
|
|
32
|
+
export = value;
|
|
33
|
+
}
|
|
34
|
+
declare module '*.woff' {
|
|
35
|
+
const value: any;
|
|
36
|
+
export = value;
|
|
37
|
+
}
|
|
38
|
+
declare module '*.woff2' {
|
|
39
|
+
const value: any;
|
|
40
|
+
export = value;
|
|
41
|
+
}
|