Upgrade to GraphQL Java 24.0
This commit sets the new GraphQL Java baseline to 24.0 for this Spring for GraphQL generation. This also uses the new `DataLoader#getName` property in the batch loader registry and the observability instrumentation. Closes gh-1210 Closes gh-1211
This commit is contained in:
@@ -96,7 +96,7 @@ By default, the following KeyValues are created:
|
||||
|===
|
||||
|Name | Description
|
||||
|`graphql.error.type` _(required)_|Class name of the data fetching error
|
||||
|`graphql.loader.type` _(required)_|Class name of the elements being fetched.
|
||||
|`graphql.loader.name` _(required)_|Name of the DataLoader being used.
|
||||
|`graphql.outcome` _(required)_|Outcome of the GraphQL data fetching operation, "SUCCESS" or "ERROR".
|
||||
|===
|
||||
|
||||
|
||||
Reference in New Issue
Block a user