Skip to content

Commit

Permalink
Add empty GraphQLServiceProject
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnwalraven committed Nov 4, 2018
1 parent b5d40d4 commit 1cfe898
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/apollo-language-server/src/serviceProject.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import { GraphQLProject } from "./project";

export class GraphQLServiceProject extends GraphQLProject {
get displayName() {
return "service";
}

validate() {}
}

0 comments on commit 1cfe898

Please sign in to comment.