Shopify – How to escape triple quotes in C# string for the use GraphQL queries?
I am trying to run a Shopify bulkOperationRunQuery using GraphQL.Client. The Query field needs to be set to the the below, but I am unable to set the Query field (type string) to include the triple quotes. As an example,…