Hello, I’m attempting to create an incremental bui...
# help-connector-development
a
Hello, I’m attempting to create an incremental build using grapqhql. I’ve been able to return data by inserting the query into
request_body_data
. This is great for a full refresh, but again, I’d like to build an incremental build. Does anyone know of a dynamic way to insert data into
response_body_data
? In the image attached, I show the configuration that works. I’ve attempted to execute the line before last (commented out) which has a dynamic variable, but I can’t get the timestamp to render. Instead, I see no data passed on to the request whereas I can see the entire query when using line 81.
s
@Adham Suliman you would inject it from the
incremental
component