We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a58e173 commit fed1cf4Copy full SHA for fed1cf4
graphql/queries/7-org-with-variables.graphql
@@ -14,5 +14,5 @@ query getOrg($orgName:String!) {
14
}
15
16
variables {
17
- "orgName": "github"
18
-}
+ "orgName": "ORG_NAME"
+}
0 commit comments