WithMutationMetricsOptions
Interface: WithMutationMetricsOptions
Defined in: src/graphql/utils/withMutationMetrics.ts:6
Options for wrapping a GraphQL mutation resolver with performance tracking.
Properties
operationName
operationName:
string
Defined in: src/graphql/utils/withMutationMetrics.ts:11
Name of the mutation operation for performance tracking.
Should follow the pattern: mutation:{mutationName} (e.g., mutation:createUser, mutation:createOrganization).