You have two inputs, just input one object with exactly what you want.
{
"uid": $input.userId
"email": $input.email
"role": {
roleId: $input.roleId
}
}
or whatever it may be…
J
You have two inputs, just input one object with exactly what you want.
{
"uid": $input.userId
"email": $input.email
"role": {
roleId: $input.roleId
}
}
or whatever it may be…
J