Reading custom fields (Graphql)? #152
-
Hello, is it possible to read custom fields within the product model using Graphql SDK or Swell js or must I use the Node library? |
Beta Was this translation helpful? Give feedback.
Answered by
rodrigoddalmeida
Feb 28, 2023
Replies: 1 comment 14 replies
-
Hi @slanelb, custom fields added to the This article might help you achieve that: https://developers.swell.is/guides/opening-content-permissions |
Beta Was this translation helpful? Give feedback.
14 replies
Answer selected by
slanelb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @slanelb, custom fields added to the
content
namespace are available by default in our Frontend APIs. If you have a custom field out of thecontent
namespace, you need to explicitly add it to your public key's permissions.This article might help you achieve that: https://developers.swell.is/guides/opening-content-permissions