Skip to content

Commit

Permalink
Merge pull request #5 from MiSArch/feature/graphql-schema-transformation
Browse files Browse the repository at this point in the history
configure schema transformation
  • Loading branch information
nk-coding authored Mar 27, 2024
2 parents 0979223 + 35a35a7 commit 22fa7c3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/update-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ jobs:
repository: "misarch/schemas"
path: "schemas"
- name: Save graphql schemas
run: |
cp ./src/payment.gql ./schemas/payment.graphql
uses: misarch/graphql-schema-transform@v1
with:
schema: src/payment.gql
target: schemas/payment.graphql
- uses: peter-evans/create-pull-request@v5
with:
path: ./schemas
Expand Down

0 comments on commit 22fa7c3

Please sign in to comment.