Package graphql.execution
Interface ExecutionIdProvider
A provider of
ExecutionId
s-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionAllows provision of a unique identifier per query execution.
-
Field Details
-
DEFAULT_EXECUTION_ID_PROVIDER
-
-
Method Details
-
provide
Allows provision of a unique identifier per query execution.- Parameters:
query
- the query to be executedoperationName
- thr name of the operationcontext
- the context object passed to the query- Returns:
- a non null
ExecutionId
-