The Swift implementation for GraphQL, a query language for APIs created by Facebook.
Looking for help? Find resources from the community.
This repo only contains the core GraphQL implementation. For a better experience when creating your GraphQL schema use Graphiti.
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:
/Sources/GraphQL/Language/AST.swift
This project is released under the MIT license. See LICENSE for details.