Skip to content

ocelotgraphql/graphql-swift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

33 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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"))