You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.
Currently I have an objective-c based project and i'd like use it in my project. I know I can't work with swift structs and enums (unless it's strictly of type int). So i'm wondering how would I go about using this API in my objective-c project?
The text was updated successfully, but these errors were encountered:
Hi @unuigbee,
sorry for the late reply.
At this moment we do not plan on making this project objective-c compatible.
What you could do is create a single swift file in your project and import GraphQLicious in that file. This file can then be used as a wrapper that makes only the needed parts visible to the rest of your code and does the rest inside itself.
I hope I could help you.
Cheers
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently I have an objective-c based project and i'd like use it in my project. I know I can't work with swift structs and enums (unless it's strictly of type int). So i'm wondering how would I go about using this API in my objective-c project?
The text was updated successfully, but these errors were encountered: