```Hello. I am passing an input to graph decorated...
# ask-community
r
Copy code
Hello. I am passing an input to graph decorated function and then using graph.tojob(... inputs = {"input_name": "input_value}), I am getting this error.  "Missing required config entry "inputs" at the root. Sample config for missing entry: {'inputs': {'trial_suffix': '...'}}" . What should the config look like for graph inputs to solve this problem, is there a reason it needs to be defined twice, in the config as well as passed via input_values? Thanks
c
you shouldn’t need to define it twice… mind sending a code snippet?