interface GraphQLInsufficientScopeError {
    code: "insufficient_scope";
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

code: "insufficient_scope"

Generated using TypeDoc