(graphQLConfig)
| 250 | let received; |
| 251 | parseGraphQLServer.parseGraphQLController = { |
| 252 | async updateGraphQLConfig(graphQLConfig) { |
| 253 | received = graphQLConfig; |
| 254 | return {}; |
| 255 | }, |
| 256 | }; |
| 257 | const graphQLConfig = { enabledForClasses: [] }; |
| 258 | await parseGraphQLServer.setGraphQLConfig(graphQLConfig); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…