Returned when the API Extension does not respond within the time limit, or could not be reached.

interface GraphQLExtensionNoResponseError {
    code: "ExtensionNoResponse";
    extensionId: string;
    extensionKey?: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

code: "ExtensionNoResponse"
extensionId: string

Unique identifier of the API Extension.

extensionKey?: string

User-defined unique identifier of the API Extension, if available.

Generated using TypeDoc