()
| 4893 | return "GraphQLEnumType"; |
| 4894 | } |
| 4895 | getValues() { |
| 4896 | if (typeof this._values === "function") { |
| 4897 | this._values = defineEnumValues(this.name, this._values()); |
| 4898 | } |
| 4899 | return this._values; |
| 4900 | } |
| 4901 | getValue(name) { |
| 4902 | if (this._nameLookup === null) { |
| 4903 | this._nameLookup = (0, _keyMap.keyMap)( |
no test coverage detected