Closed koistya closed 2 years ago
api/schema.relay.graphql
schemaExtensions
web/package.json/relay
index.html
x-continent
x-country
x-timezone
web/workers/proxy.ts
web/package.json
{ "...", "relay": { "src": ".", "schema": "../api/schema.graphql", "language": "typescript", "artifactDirectory": "./queries", "schemaExtensions": [ "." ], "eagerEsModules": true } }
api/schema.relay.graphql
schemaExtensions
setting toweb/package.json/relay
(config) + local schema extension exampleindex.html
caching issue in the CFW script for production deploymentx-continent
,x-country
,x-timezone
headers to API requests during SSR (web/workers/proxy.ts
)web/package.json