Forum Discussion

mogranovitch's avatar
mogranovitch
Occasional Contributor
3 years ago
Solved

Random value in the GraphQL Header

Hi!

For each graphQL call I need to submit executionId UUID value as one of the Headers values.

Is there a way to use something like "${java.util.UUID.randomUUID()}" directly in the Headers to generate brand new id on the fly?

Currently it's not generating any value and sends empty string so I have to use previously generated property value.

 

Thanks!