How to change custom customer attributes with GraphQL mutation?
I followed this answer to create a custom attribute on customer with graphQL. The query works great, but if I try to change the value with a mutation, it just returns null. Can anyone please help me with adding this… Read More »How to change custom customer attributes with GraphQL mutation?