We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 836323b commit ab7032cCopy full SHA for ab7032c
.github/workflows/publish-subgraph.yml
@@ -29,12 +29,12 @@ jobs:
29
--routing-url https://subgraph-products-j3nprurqka-ue.a.run.app \
30
--schema ./final/nosql-products/schema.graphql
31
32
-# - name: Rover Subgraph Publish Orders
33
-# run: |
34
-# rover subgraph publish ${{vars.ACTOR}}${{ env.GEN }}@current \
35
-# --name orders \
36
-# --routing-url https://subgraph-orders-j3nprurqka-ue.a.run.app \
37
-# --schema ./orders-schema.graphql
+ - name: Rover Subgraph Publish Orders
+ run: |
+ rover subgraph publish ${{vars.ACTOR}}${{ env.GEN }}@current \
+ --name orders \
+ --routing-url https://subgraph-orders-j3nprurqka-ue.a.run.app \
+ --schema ./final/rest-orders/schema.graphql
38
39
- name: Rover Subgraph Publish Customers
40
run: |
0 commit comments