Optional
datetime
datetime?: Date
Optional
extensionFunctionCreator
extensionFunctionCreator?: ((functionNamedNode: NamedNode<string>) => undefined | ((args: Term[]) => Promise<Term>))
Optional
extensionFunctions
extensionFunctions?: Record<string, ((args: Term[]) => Promise<Term>)>
Optional
fetch
fetch?: {
(input: RequestInfo | URL, init?: RequestInit): Promise<Response>;
(input: string | Request | URL, init?: RequestInit): Promise<Response>;
}
Type declaration
- (input, init?): Promise<Response>
Parameters
- input: RequestInfo | URL
Optional
init: RequestInit
Returns Promise<Response>
- (input, init?): Promise<Response>
Parameters
- input: string | Request | URL
Optional
init: RequestInit
Returns Promise<Response>
Optional
functionArgumentsCache
Optional
httpAuth
httpAuth?: string
Optional
httpBodyTimeout
httpBodyTimeout?: boolean
Optional
httpIncludeCredentials
httpIncludeCredentials?: boolean
Optional
httpRetryCount
httpRetryCount?: number
Optional
httpRetryDelayFallback
httpRetryDelayFallback?: number
Optional
httpRetryDelayLimit
httpRetryDelayLimit?: number
Optional
httpTimeout
httpTimeout?: number
Optional
initialBindings
initialBindings?: Bindings
Optional
lenient
lenient?: boolean
Optional
readOnly
readOnly?: boolean
Optional
recoverBrokenLinks
recoverBrokenLinks?: boolean
Common query context interface