Support for GraphQL?

Hi.
i just received some questions regarding GraphQL
i founded that we can use GraphQL in dataactions, but.

  1. How is authentication for GraphQL handled?
  2. Do GC support GraphQL mutations, or just queries?
    3.Are GraphQL endpoints supported the same as traditional REST APIs?

anyone has any idea?

Hello,

No, there is no native support for GraphQL.

You could build a GraphQL server/interface using a 3rd party solution like Apollo Server, and create your own modules to map GraphQL queries to Platform API (REST) queries. There is a RESTDataSource class which makes it easy to send a REST API Request.

Regards,

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.