Hi. Im using node client and when I do the above mutation I got two UIDs in return. I would expect only one. Why I’m wrong? What I’m missing, please?
{
person: [
{
name: "Claudia",
phone: "3199674332"
}
]
}
# I got blank-0 and blank-1 from this =/
Thanks!