[apollo-language-server] Allow config.client.service.localSchemaFile#676
[apollo-language-server] Allow config.client.service.localSchemaFile#676martijnwalraven merged 2 commits intoapollographql:masterfrom
Conversation
|
No idea what's wrong with circleci though 🤔 |
|
@martijnwalraven Can you take a look at this and give me a hint whether this is moving in the right direction? Thanks :) |
|
@stnwk Yes, sorry, I had pushed a fix for the Using |
|
Thanks for your input! You're right: Nesting I rebased and updated my code to support the following config: module.exports = {
client: {
service: {
name: 'My Application',
localSchemaFile: './src/schema.json',
},
},
};I have also updated the |
|
Thanks, merged from 10000m altitude! |
|
Thanks @stnwk - needed the |
|
@tsaiDavid I'm not sure this is related. Can you open up a new issue with a more detailed description? Maybe also include what your schema file looks like and your full |
Imagine the following
apollo.config.js:This config comes from the following situation:
schema.jsonlocallyCurrently, this is not possible.
This PR fixes this.