You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 25, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,6 @@ for webmvc:
98
98
The following properties are currently available:
99
99
100
100
| Property | Description | Default Value |
101
-
| --- | --- | --- |
102
101
| graphql.url | the endpoint url | graphql |
103
102
104
103
@@ -107,10 +106,8 @@ The following properties are currently available:
107
106
The following Beans can be overridden by providing a different implementation.
108
107
109
108
| Interface | Description |
110
-
| --- | --- |
111
109
| 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. |
0 commit comments