Returned when the resource addressed by the request URL does not exist.

interface GraphQLResourceNotFoundError {
    code: "ResourceNotFound";
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

code: "ResourceNotFound"

Generated using TypeDoc