Files
schemas/ctl/SubGraphs.graphql
T
2022-10-09 20:37:48 +02:00

10 lines
122 B
GraphQL

query SubGraphs($ref: String!) {
subGraphs(ref: $ref) {
service
url
wsUrl
changedBy
changedAt
}
}