Skip to content

Commit

Permalink
Use code fences in API documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
abernix committed Jun 16, 2020
1 parent 7f464ab commit 5eb1778
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/api/apollo-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -487,8 +487,8 @@ addMockFunctionsToSchema({
If the option resolves to false for an operation the operation will not be instrumented
and no metrics information will be sent to Apollo.

The function will receive a GraphQLRequestContextDidResolveOperation with client and operation
information or a GraphQLRequestContextDiDEncounterErrors in the case an operation failed
The function will receive a `GraphQLRequestContextDidResolveOperation` with client and operation
information or a `GraphQLRequestContextDiDEncounterErrors` in the case an operation failed
to resolve properly. This allows the choice of whether to include a given request in trace
and metric reporting to be made on a per-request basis. The default value is true.

Expand Down

1 comment on commit 5eb1778

@vehbisurem
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi

Please sign in to comment.