Replies: 2 comments 9 replies
-
Hi, |
Beta Was this translation helpful? Give feedback.
9 replies
-
That looks great, thanks once again.
Huw
…On Thu, Dec 8, 2022 at 5:33 PM kyu ***@***.***> wrote:
I went ahead and published the guide
<https://github.com/vendure-ecommerce/storefront-remix-starter/wiki/Querying-custom-fields>
which covers the necessary steps 🎉
—
Reply to this email directly, view it on GitHub
<#1924 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACHKOFGVSZJ4LEDQF3SLJPTWMILVNANCNFSM6AAAAAASX53VY4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have added the following custom fields
It works fine on the admin site. On the storefront in remix I cannot access these fields even though they are they are there - I can retrieve them using graphql:
{
product(slug: "laptop") {
name
id
customFields{
weight
}
}
}
Any idead where my remix storefront not picking these up?
Beta Was this translation helpful? Give feedback.
All reactions