Skip to content

Commit eff2c7d

Browse files
authored
Update graphql sample (#2506)
1 parent bef4589 commit eff2c7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/graphql.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default function() {
77

88
let query = `
99
query FindFirstIssue {
10-
repository(owner:"loadimpact", name:"k6") {
10+
repository(owner:"grafana", name:"k6") {
1111
issues(first:1) {
1212
edges {
1313
node {

0 commit comments

Comments
 (0)