What am I doing wrong? I am trying to execute this...
# ask-community
s
What am I doing wrong? I am trying to execute this example: https://docs.dagster.io/concepts/dagit/graphql#launch-a-run , I am trying to pass the same config object that I normally pass to an job, Because the documentation said: "_or as the configuration object itself. In either case, the object must conform to the constraints of the dagster config type system._" But is giving me error. Is not recognizing my variables. What is the correct format to pass "runConfigData" ?
image.png
c
To me it looks like all of your variables are improperly formatted - looks like none of the variables you’re providing are getting recognized from the error that you posted, not a problem specific to runConfigData?
s
yes.. I want to know what is the proper way to do it
c
do you mind sending the entire query that is being sent? A bit confused, because the variables do look reasonable
/ the unprettified version