GraphQL SchemaObject
FlowValidationDiagnostic
Represents a diagnostic returned by flow validation
Fields without arguments
| Name | Type | Description |
|---|---|---|
code | Int | Diagnostic code returned by the validator |
message | String | Human-readable diagnostic message |
nodeId | NodeFunctionID | ID of the node that caused the diagnostic |
parameterIndex | Int | Index of the parameter that caused the diagnostic |
severity | String | Diagnostic severity returned by the validator |