I have a mutation that works perfectly via the graphql tool but cannot format the expression in C#. I tried many different approaches and I’m not looking for help in how to build a C# string with the following mutation.
Thanks ahead of time for the help!!
mutation
{
create_item (
board_id: 299576913
, group_id: “status32”
, item_name: “Test Monday API V2-2”
, column_values: “{"text5":"Chris", "site1": {"index":"2"}}”)
{
id
}
}