Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wddwycc/graphql-swift

A Swift GraphQL Utility Library
https://github.com/wddwycc/graphql-swift

graphql graphql-code-generator graphql-codegen swift

Last synced: 5 days ago
JSON representation

A Swift GraphQL Utility Library

Awesome Lists containing this project

README

        

# GraphQL Swift

A utility library designed for Swift developers working with GraphQL. This library provides essential tools for parsing and code generation, aim to elimate handwritten Swift models, simplify the development process for GraphQL-based client-side applications.

- [GraphQL AST Parser](./Sources/GraphQLParser/README.md)
- [GraphQL Code Generator](./Sources/GraphQLCodeGenCLI/README.md)