Interface GraphQLExtensionPredicateEvaluationFailedError

Returned when the predicate defined in the ExtensionTrigger could not be evaluated due to a missing field.

interface GraphQLExtensionPredicateEvaluationFailedError {
    code: "ExtensionPredicateEvaluationFailed";
    errorByExtension: ErrorByExtension;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

code: "ExtensionPredicateEvaluationFailed"
errorByExtension: ErrorByExtension

Details about the API Extension that was involved in the error.

Generated using TypeDoc