Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GraphQLFieldExtensions

Custom extensions

interface GraphQLFieldExtensions <_TSource, _TContext, _TArgs = any> {
[attributeName: string]: unknown;
}

§Type Parameters

§
_TSource
[src]
§
_TContext
[src]
§
_TArgs = any
[src]

§Index Signatures

§
[attributeName: string]: unknown