()
| 81 | const parseGraphQLController = { |
| 82 | graphQLConfig: { enabledForClasses: [] }, |
| 83 | getGraphQLConfig() { |
| 84 | return this.graphQLConfig; |
| 85 | }, |
| 86 | }; |
| 87 | const parseGraphQLSchema = new ParseGraphQLSchema({ |
| 88 | databaseController, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…