1
0
mirror of https://github.com/yldio/copilot.git synced 2025-01-14 04:50:11 +02:00
copilot/packages/cp-frontend/src/graphql/DeploymentGroup.gql

8 lines
173 B
Plaintext
Raw Normal View History

#import "./DeploymentGroupInfo.gql"
query DeploymentGroup($deploymentGroupSlug: String!) {
deploymentGroup(slug: $deploymentGroupSlug) {
...DeploymentGroupInfo
}
}