Skip to content

The Swift GraphQL implementation for macOS and Linux

License

Notifications You must be signed in to change notification settings

maximkrouk/GraphQL

 
 

Repository files navigation

GraphQL

The Swift implementation for GraphQL, a query language for APIs created by Facebook.

Swift CI License

Looking for help? Find resources from the community.

Installation

Add the package to Your SwiftPM package dependencies:

.package(
    url: "https://github.com/maximkrouk/GraphQL.git", 
    from: "1.0.0-beta.1.0"
)

then add GraphQL dependency to your target:

.product(name: "GraphQL", package: "GraphQL")

Graphiti

This repo only contains the core GraphQL implementation. For a better experience when creating your types use Graphiti.

Graphiti is a Swift library for building GraphQL schemas/types fast, safely and easily.

GraphQLKit

For a better experience when creating your types use GraphQLKit.

GraphQLKit is a convenient Vapor adapter for Graphiti.

License

This project is released under the MIT license. See LICENSE for details.

About

The Swift GraphQL implementation for macOS and Linux

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 100.0%