I use: var mutationCreate = @” mutation($input: ProductInput!) { productCreate(input: $input) { product { id title variants(first: 1) { edges …
I use: var mutationCreate = @” mutation($input: ProductInput!) { productCreate(input: $input) { product { id title variants(first: 1) { edges …