Skip to content

RequestHandlerData

Properties

copyTag?

optional copyTag: string

The text to be shown for this handler in the Altair UI


getHandler()

getHandler: () => Promise<GraphQLRequestHandler>

Function that returns a promise that resolves with the handler class (NOT an instance of the class)

Returns

Promise<GraphQLRequestHandler>


id

id: string

Unique identifier for the handler