interface GraphQLInvalidSubjectError {
    code: "InvalidSubject";
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

code: "InvalidSubject"

Generated using TypeDoc