| 128 | * This error is thrown when the value doesn't match the expected type in the schema. |
| 129 | */ |
| 130 | export class PropertyTypeError extends GraphError { |
| 131 | public readonly key: string; |
| 132 | public readonly label: string; |
| 133 | public readonly value: unknown; |
nothing calls this directly
no outgoing calls
no test coverage detected