kdawgwilk / graphqlparser

GraphQLParser interface for Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GraphQLParser for Swift

This project uses the CGraphQLParser module and adds a Swift interface for a cleaner API

Setup

macOS

You will need to install libgraphqlparser so Swift can accesss it.

brew install libgraphqlparser

After you get that installed you can setup the Xcode project by running:

swift package generate-xcodeproj -Xswiftc -I/usr/local/include/graphqlparser/ -Xlinker -L/usr/local/lib

Linux

TODO: This needs to be filled in...

About

GraphQLParser interface for Swift


Languages

Language:Swift 100.0%