Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1 KB

README.md

File metadata and controls

21 lines (13 loc) · 1 KB

Ocelot logo

This is a work in progress implementation of the GraphQL spec written in Swift. Head over to our Development project to see the current progress.

Contributing

Ocelot is currently in it's very early stages. As soon as we have a clearly defined roadmap we'll label issues contribution friendly. You can follow the ongoing development through this repository's GitHub project board.

Installation

Unless the only thing you need is a GraphQL Lexer installing this library is not yet recommended.

Swift Package Manager

As we don't have any releases yet you have to specify the master branch instead of a version. Add the following line to your Package.swift file's dependencies array:

.package(url: "https://github.com/ocelotgraphql/graphql-swift", .branch("master"))