GraphQL for custom Fields

SUGGESTED

Hi,

I am building an app, and my goal is to interface with my clients product information (they are using X3).

Most of them have custom fields in master data -> product.

Right now, we didn't find a way to query custom fields via GraphQl implementation. It looks like that we can only access "standard" ones.

We are open to any other way to retrieve those fields, if it's not possible with GraphQl. We would only need to automate the process.

Also, if it is not possible with GraphQl, do you know in which quarter it might come out?

Thank you a lot!

Have a nice weekend

  • 0
    SUGGESTED

    We have built a couple of apps, using sage X3 rest API, for the moment we did not find how to customiza the graphql API, as we can with the rest API. Sage mentioned that the first round of features to customiza the graphql API would be available in patch 32,we already tried to find it, but not yet with positive results... In this case for now we are happy with rest and the customization capabilities using classes and representations. Maybe some guru can explain here how to customiza sage X3 graphql API...