GraphQLicious
GraphQLicious copied to clipboard
Possibility of using this API in an objective-c environment
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?
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