Why are request variables empty?
By default, to preserve privacy and avoid storing sensive data, the plugin doesn't collect graphql variables.
It is possible to enable the collection using sendVariables: true
in the plugin configuration.
Note that once enabled, only the variables of the new request will be available.
See also: