()
| 4655 | return "GraphQLObjectType"; |
| 4656 | } |
| 4657 | getFields() { |
| 4658 | if (typeof this._fields === "function") { |
| 4659 | this._fields = this._fields(); |
| 4660 | } |
| 4661 | return this._fields; |
| 4662 | } |
| 4663 | getInterfaces() { |
| 4664 | if (typeof this._interfaces === "function") { |
| 4665 | this._interfaces = this._interfaces(); |
no outgoing calls
no test coverage detected