Niklas_Rosendahl | 2024-06-10 09:11:17 UTC | #1
Hi. i just received some questions regarding GraphQL i founded that we can use GraphQL in dataactions, but.
- How is authentication for GraphQL handled?
- Do GC support GraphQL mutations, or just queries?
3.Are GraphQL endpoints supported the same as traditional REST APIs?
anyone has any idea?
Jerome.Saint-Marc | 2024-06-10 09:16:56 UTC | #2
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,
system | 2024-07-10 09:17:26 UTC | #3
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
This post was migrated from the old Developer Forum.
ref: 26680