chore: handle push of unchanged schema

This commit is contained in:
2022-10-14 22:41:56 +02:00
parent eb41e24002
commit b1124d6350
10 changed files with 866 additions and 61 deletions
+10 -6
View File
@@ -1,9 +1,13 @@
query SubGraphs($ref: String!) {
subGraphs(ref: $ref) {
service
url
wsUrl
changedBy
changedAt
supergraph(ref: $ref) {
... on SubGraphs {
subGraphs {
service
url
wsUrl
changedBy
changedAt
}
}
}
}