WithQueryMetricsOptions
Interface: WithQueryMetricsOptions
Defined in: src/graphql/utils/withQueryMetrics.ts:6
Options for wrapping a GraphQL query resolver with performance tracking.
Properties
operationName
operationName:
string
Defined in: src/graphql/utils/withQueryMetrics.ts:11
Name of the query operation for performance tracking.
Should follow the pattern: query:{queryName} (e.g., query:user, query:organizations).