Skip to content

Commit

Permalink
change localSchema config to commonjs ts, change rover config to yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Sep 16, 2024
1 parent 721297b commit edc8b7f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
8 changes: 8 additions & 0 deletions sampleWorkspace/localSchema/apollo.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module.exports = {
client: {
service: {
name: "localSchema",
localSchemaFile: "./starwarsSchema.graphql",
},
},
};
4 changes: 0 additions & 4 deletions sampleWorkspace/localSchema/apollo.config.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions sampleWorkspace/rover/apollo.config.js

This file was deleted.

2 changes: 2 additions & 0 deletions sampleWorkspace/rover/apollo.config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
rover:
profile: default

0 comments on commit edc8b7f

Please sign in to comment.