cardoso / GraphQL

The Swift GraphQL implementation for macOS and Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GraphQL

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

Swift License Slack GitHub Actions Codebeat

Looking for help? Find resources from the community.

Graphiti

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

Contributing

Most of this repo mirrors the structure of the canonical GraphQL implementation written in Javascript/Typescript. If there is any feature missing, looking at the original code and "translating" it to Swift works, most of the time. For example:

Swift

/Sources/GraphQL/Language/AST.swift

Javascript

/src/language/ast.js

License

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

About

The Swift GraphQL implementation for macOS and Linux

License:MIT License


Languages

Language:Swift 100.0%