merge-api / merge-sdk-typescript

The Node SDK for accessing various Merge Unified APIs
Other
7 stars 6 forks source link

Integration of merge-sdk-typescript with GraphQL API #47

Open HaithamOumerzoug opened 1 year ago

HaithamOumerzoug commented 1 year ago

Overview:

I am currently using the merge-sdk-typescript in my project, and I'm wondering if there is a way to integrate it with a GraphQL API. I've reviewed the documentation and explored the available examples, but I couldn't find any specific information on using the SDK with GraphQL.

Issue Details:

I would like to leverage the merge-sdk-typescript functionality to interact with a GraphQL API in my project. Specifically, I'm interested in understanding if there are any guidelines, best practices, or sample code available that demonstrate how to work with GraphQL endpoints using the SDK.

Questions:

Additional Context:

I have already implemented the merge-sdk-typescript successfully in my project and have experience working with GraphQL APIs separately. However, I would like to explore the possibility of combining the two to benefit from the functionality provided by the SDK while leveraging GraphQL for data retrieval and manipulation.

Any guidance or assistance regarding this matter would be greatly appreciated.

Thank you!