Skip to main content

UnauthenticatedExtensions

API Docs


Type Alias: UnauthenticatedExtensions

UnauthenticatedExtensions = object

Defined in: src/utilities/TalawaGraphQLError.ts:113

When the client must be authenticated to perform an action.

Example

throw new TalawaGraphQLError({
extensions: {
code: "unauthenticated",
},
});

Properties

code

code: "unauthenticated"

Defined in: src/utilities/TalawaGraphQLError.ts:114