Skip to content
This repository was archived by the owner on Oct 25, 2021. It is now read-only.

Commit 928a1ca

Browse files
committed
documentation
1 parent 71d994e commit 928a1ca

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ for webmvc:
9898
The following properties are currently available:
9999

100100
| Property | Description | Default Value |
101-
| --- | --- | --- |
102101
| graphql.url | the endpoint url | graphql |
103102

104103

@@ -107,10 +106,8 @@ The following properties are currently available:
107106
The following Beans can be overridden by providing a different implementation.
108107

109108
| Interface | Description |
110-
| --- | --- |
111109
| GraphQLInvocation | Executes one request. The default impl just calls the provided `GraphQL` bean.|
112-
| ExecutionResultHandler | Takes a `ExecutionResult` and sends the result back to the client. The default impl returns `ExecutionResult.toSpecification()` as json. |
113-
110+
| ExecutionResultHandler | Takes a `ExecutionResult` and sends the result back to the client. The default impl returns `ExecutionResult.toSpecification()` as json. |
114111

115112

116113

0 commit comments

Comments
 (0)