Nov 25, 2019
I use GraphiQL, api version: 2019-10. I have this: mutation draftOrderCreate($input: DraftOrderInput!) { draftOrderCreate(input: $input) { draftOrder { lineItems(first: 5) { ...
Sep 25, 2019
Hello everybody, help me please, i get this warning: Prop `className` did not match. Server: "Polaris-TextField Polaris-TextField--hasValue" Client: "Polaris-TextField"
No content to show
User Activity
Hi @lukaseberlein,In my situation, I used the `key`: {
id: '794864053:83503fd282b94a4737d2c95bd95db0b8',
properties: {
gift_wrap: true
}
} and that solved my problem.Best,Tarik
Hi @andauser ,Completing @phil_CM ansver: {%- if request.path == '/account/subscribe' -%}
{%- assign unsubscribe_url = content_for_layout | split: 'href="' | last | split: '">' | first -%}
{%- else -%}
{{ content_for_layout }}
{%- endif -%} ...
08-06-2021
Try clear cookies from your browser. It helped me.