joyent-portal/packages/cp-gql-mock-server/test/tags/instances-direct-filtered.gql
2017-07-26 12:01:44 +01:00

7 lines
92 B
GraphQL

query DeploymentGroups($iName: String!) {
instances(name: $iName) {
id
name
}
}