Skip to main content

Interface: GraphQLFieldTrace

Defined in: types/graphql.types.ts:54

Field-level trace information (opt-in)

Properties​

duration​

duration: number

Defined in: types/graphql.types.ts:66

Duration in nanoseconds


fieldName​

fieldName: string

Defined in: types/graphql.types.ts:60

Field name


parentType​

parentType: string

Defined in: types/graphql.types.ts:58

Parent type name


path​

path: string

Defined in: types/graphql.types.ts:56

Full path to the field (e.g., "Query.users.posts")


returnType​

returnType: string

Defined in: types/graphql.types.ts:62

Return type name


startOffset​

startOffset: number

Defined in: types/graphql.types.ts:64

Start offset from request start (nanoseconds)