Skip to content

Commit c669f3e

Browse files
committed
remove check that prevented localschemafiles from working
1 parent b2454f3 commit c669f3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/apollo-language-server/src/project

packages/apollo-language-server/src/project/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ export class GraphQLClientProject extends GraphQLProject {
178178
total: totalTypes
179179
},
180180
tag: this.config.tag,
181-
loaded: Boolean(this.serviceID && (this.schema || this.serviceSchema)),
181+
loaded: Boolean(this.schema || this.serviceSchema),
182182
lastFetch: this.lastLoadDate
183183
};
184184
}

0 commit comments

Comments
 (0)