(schema)
| 5766 | new _definition.GraphQLList(new _definition.GraphQLNonNull(__Type)) |
| 5767 | ), |
| 5768 | resolve(schema) { |
| 5769 | return Object.values(schema.getTypeMap()); |
| 5770 | } |
| 5771 | }, |
| 5772 | queryType: { |
| 5773 | description: "The type that query operations will be rooted at.", |
no test coverage detected