Returned when the requested resource was not found.

interface GraphQLObjectNotFoundError {
    code: "ObjectNotFound";
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

code: "ObjectNotFound"

Generated using TypeDoc