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 bb87179 commit 594b67fCopy full SHA for 594b67f
index.js
@@ -7,11 +7,11 @@ class GithubScmGraphQL {
7
/**
8
* constructor
9
* @param {Object} config The config object
10
- * @param {String} config.graphQlUrl The graphql url
+ * @param {String} config.graphqlUrl The graphql url
11
*/
12
constructor(config) {
13
this.sdGql = new SDGraphQLClient({
14
- graphqlUrl: config.graphQlUrl || 'https://api.github.com/graphql'
+ graphqlUrl: config.graphqlUrl || 'https://api.github.com/graphql'
15
});
16
}
17
0 commit comments