-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Seems Relay 13 no longer uses relay-config. What is the configuration we should pass to apollo.client.js? If I follow the expanded example in readme, it throws Unable to load relay-compiler, so 'includes' may need manual configuration. when calling generateConfig, followed by Cannot read property 'schemaExtensions' of undefined.
FWIW, I can set up the Apollo VSCode plugin and get field autocompletion without this plugin and setting apollo.config.js to the following (but not sure what features from this plugin I'm missing and will need later?):
module.exports = {
client: {
tagName: 'graphql',
service: {
name: '...',
localSchemaFile: './schema.graphql',
},
},
}micheleb, rrdelaney, tinleym, FINDarkside and skt-t1-byungi
Metadata
Metadata
Assignees
Labels
No labels