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

GraphQLObjectTypeExtensions

Custom extensions

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

§Type Parameters

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

§Index Signatures

§
[attributeName: string]: unknown