Interface TraitDataObject<TSource, TArgs, TReturn>

Type Parameters

  • TSource = unknown

  • TArgs = Record<string, any>

  • TReturn = Promise<any>

Hierarchy

  • TraitDataObject

Properties

args: TArgs
context: KosmosUserContext<object>
info: GraphQLResolveInfo
parent?: TSource
target: string
traitStorage?: {
    [key: string]: unknown;
}

Type declaration

  • [key: string]: unknown

Generated using TypeDoc