Jasmine Luo • almost 5 years ago
is GraphQL of the SDK available for ios?
Hi, my team is trying to develop an ios app and I was unable to find a way to use the GraphQL feature for my ios app based on the documentation. I wonder if anyone has successfully implemented it and if so could anyone point me to the right direction?
Comments are closed.

1 comment
emmanuel valentin Manager • almost 5 years ago
hello
the recommended way to access the data is to embed the SDK in your app. You can use cocoapod or use the source code available on github ( https://github.com/hcl-sdk/HealthCareLocatorIOSSDK ). Swift Package Manager will be enabled soon.
A graphql endpoint is available at https://api.healthcarelocator.com/api/graphql/query with a playground available at https://api.healthcarelocator.com/api/graphql?subscription-key=[yourkey]
emmanuel