diff --git a/resources/blog.xml b/resources/blog.xml index c78cfb4..77b1622 100644 --- a/resources/blog.xml +++ b/resources/blog.xml @@ -35,7 +35,7 @@
The Java/Javascript and Python worker were adjusted to require a return of the response, previously this was not required.
- In most cases you probably have this already in your action but in case you need to return the response.build(...)
response.
+ In most cases you probably have this already in your action but if not you need to return the response.build(...)
response.
Also the Java worker has changed that you now need to implement a def handle(...)
method,
the documentation contains also an example.
A new GraphQL-Query action was added which executes a define GraphQL query and returns the response. This +
A new GraphQL-Query action was added which executes a defined GraphQL query and returns the response. This has the advantage that your endpoint only returns a specific response which you can describe with a schema.