Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wddwycc/graphql-swift
- Owner: wddwycc
- Created: 2024-04-27T09:23:44.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-08T15:26:59.000Z (5 months ago)
- Last Synced: 2024-06-09T07:48:51.117Z (5 months ago)
- Topics: graphql, graphql-code-generator, graphql-codegen, swift
- Language: Swift
- Homepage:
- Size: 124 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)