Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion spring-graphql-docs/modules/ROOT/pages/observability.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ By default, the following KeyValues are created:
|`graphql.outcome` _(required)_|Outcome of the GraphQL request.
|===

The `graphql.operation.type` KeyValue will use the http://spec.graphql.org/draft/#sec-Language.Operations[the standard name for the operation] (`"query"`, `"mutation"` or `"subscription"`) or `"operation"` if the request document could not be parsed.
The `graphql.operation.type` KeyValue will use http://spec.graphql.org/draft/#sec-Language.Operations[the standard name for the operation] (`"query"`, `"mutation"` or `"subscription"`) or `"operation"` if the request document could not be parsed.

The `graphql.outcome` KeyValue will be:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ default boolean hasRegistrations() {
}

/**
* Callback that provides access to the {@link DataLoaderRegistry} from the
* Callback that provides access to the {@link DataLoaderRegistry} from
* the {@link graphql.ExecutionInput}.
* @param registry the registry to make registrations against
* @param context the GraphQLContext from the ExecutionInput that registrars
Expand Down