MCPcopy Index your code
hub / github.com/codeceptjs/CodeceptJS / graphQLServerUrl

Method graphQLServerUrl

test/support/TestHelper.js:30–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 }
29
30 static graphQLServerUrl() {
31 return process.env.GRAPHQL_SERVER_URL || 'http://0.0.0.0:8020/graphql'
32 }
33
34 static echo(...args) {
35 if (!process.env.DEBUG) return

Callers 2

GraphQL_test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected