| 5 | import * as configMutations from './configMutations'; |
| 6 | |
| 7 | const load = parseGraphQLSchema => { |
| 8 | filesMutations.load(parseGraphQLSchema); |
| 9 | usersMutations.load(parseGraphQLSchema); |
| 10 | functionsMutations.load(parseGraphQLSchema); |
| 11 | schemaMutations.load(parseGraphQLSchema); |
| 12 | configMutations.load(parseGraphQLSchema); |
| 13 | }; |
| 14 | |
| 15 | export { load }; |
nothing calls this directly
no test coverage detected
searching dependent graphs…